Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2018
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. wget https://raw.githubusercontent.com/tezos/tezos/alphanet/scripts/alphanet.sh
  2. brew install wget
  3. chmod +x alphanet.sh
  4. ./alphanet.sh start
  5.  
  6. ./alphanet.sh client get balance for my_account
  7. ./alphanet.sh client get balance for my_identity
  8.  
  9. ./alphanet.sh client forget contract "my_account"
  10. ./alphanet.sh client originate free account "my_account" for "my_identity"
  11.  
  12. ./alphanet.sh --help
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement