Created
March 16, 2019 21:20
-
-
Save stablearc/aa2b74bb4ff5476ebcf8e393a2c27f02 to your computer and use it in GitHub Desktop.
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
root@8cfa3f87b3c4:/tbears/icx_token# ls | |
deploy.json irc2 README.md | |
root@8cfa3f87b3c4:/tbears/icx_token# cat deploy.json | |
{ | |
"uri": "http://127.0.0.1:9000/api/v3", | |
"nid": "0x3", | |
"keyStore": null, | |
"from": "hxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", | |
"to": "cx0000000000000000000000000000000000000000", | |
"stepLimit": "0x8000000", | |
"deploy": { | |
"contentType": "zip", | |
"mode": "install", | |
"scoreParams": { | |
"_initialSupply": "0x3e8", | |
"_decimals": "0x12" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment