- Setup Local Smartpy Environment. Check this
- To run Contract Factory use
~/smartpy-cli/SmartPy.sh test ./ContractFactory.py ./output/ContractFactory --html --purge
- To originate Smart Contract use
~/smartpy-cli/SmartPy.sh originate-contract --code <...contract.json FILE> --storage <...storage.json FILE> --rpc <YOUR_RPC> --private-key <YOUR_PRIVATE_KEY>