import hdwallet

This commit is contained in:
Moon 2021-01-17 15:19:32 +00:00
parent 16491d8d21
commit 8d6de73f8a
3 changed files with 9364 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
build build
node_modules

9358
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

5
package.json Normal file
View File

@ -0,0 +1,5 @@
{
"dependencies": {
"@truffle/hdwallet-provider": "^1.2.1"
}
}