Created
March 1, 2019 07:27
-
-
Save lispc/a1c485faf06b026c13ee9f37aae00a0d to your computer and use it in GitHub Desktop.
This file contains 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
function init() { | |
iwallet --account admin account create lispc --initial_balance 100 | |
iwallet --account admin account create lispcc --initial_balance 100 | |
iwallet --account lispc sys pledge 10 --gas_user lispcc | |
iwallet --account lispc sys pledge 10 --gas_user lispc | |
iwallet --account lispc sys unpledge 10 --gas_user lispc | |
iwallet --account lispc sys pledge 10 --gas_user lispc | |
} | |
init | |
curl -s -X POST --data '{"id":"gas.iost","key":"lispcgp"}' http://127.0.0.1:30001/getContractStorageFields |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment