feat(test-scripts): add registration attempt to TypeScript DID generator

- Added registration attempt to TypeScript DID generator to match Python version
- Added node-fetch and types for HTTP request
- Both scripts now show same UNREGISTERED_USER error from server
- Cleaned up package.json devDependencies formatting
This commit is contained in:
Matthew Raymer
2025-03-03 10:43:42 +00:00
parent 3c0b8851fe
commit 053306217e
9 changed files with 605 additions and 154 deletions

View File

@@ -0,0 +1,5 @@
eth-account>=0.8.0
eth-keys>=0.4.0
PyJWT>=2.8.0
requests>=2.31.0
cryptography>=41.0.0