Note: Contract examples are not ready for production use. Code may be bugged. The purpose of this repo is to show how to write and test contracts with idena-sdk-as.
Choose example, install dependencies and build wasm file
cd hello-world
yarn install
yarn asb
Run node simulator
./idena-contract-runner-linux-0.0.2
Execute tests
yarn test