First iteration of account creation. More refactoring to come

This commit is contained in:
Matthew Aaron Raymer
2022-12-09 18:23:53 +08:00
parent cbad2e7308
commit b58c0ce820
7 changed files with 467 additions and 58 deletions

6
package-lock.json generated
View File

@@ -26,6 +26,7 @@
"ethereum-cryptography": "^1.1.2",
"ethereumjs-util": "^7.1.5",
"ethr-did-resolver": "^8.0.0",
"localstorage-slim": "^2.3.0",
"luxon": "^3.1.1",
"merkletreejs": "^0.3.9",
"papaparse": "^5.3.2",
@@ -17459,6 +17460,11 @@
"node": ">=8.9.0"
}
},
"node_modules/localstorage-slim": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/localstorage-slim/-/localstorage-slim-2.3.0.tgz",
"integrity": "sha512-vGuIEXmoSseZW2dO7Y9vFIs2iBORvxSMlFBpNQpTpuE/s9/myj1Kxz3iQsyDMSRyusLB/Z4T/hlcMH36PUiJrg=="
},
"node_modules/locate-path": {
"version": "5.0.0",
"resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-5.0.0.tgz",