Running smart contract locally
Prerequisites
mini-ola --versionInteracting with a smart contract locally
olatte compile path/to/vote_simple.ola path/of/output/dirolatte deploy --address 0xabcd --db path/to/local/storage path/to/vote_simple_bin.json.jsonmini-ola invoke vote_simple_abi.json 0xabcd contract_init "[1,2,3,4,5,6,7]"
mini-ola invoke vote_simple_abi.json 0xabcd vote_proposal 4Last updated