Last active
June 26, 2020 17:33
-
-
Save mariano-aguero/808d4d64a89e8fd673b9cd3cce629214 to your computer and use it in GitHub Desktop.
Wallet that can mint tokens
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"mnemonic": [ | |
"pepper", | |
"elbow", | |
"pizza", | |
"best", | |
"speak", | |
"usual", | |
"mass", | |
"pepper", | |
"have", | |
"unlock", | |
"pioneer", | |
"unaware", | |
"flag", | |
"demand", | |
"raccoon" | |
], | |
"secret": "a4b081586a1b71cfa3b0d2fb02f493eaeb83de16", | |
"amount": "17360935188", | |
"pkh": "tz1UbPWB3fNnB38ewJJPndPxpfAXszSawSvi", | |
"password": "9m0Exn8A8c", | |
"email": "[email protected]" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment