Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 499 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 499 Bytes

idena-contract-examples [WIP]

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.

How to build

Choose example, install dependencies and build wasm file

cd hello-world
yarn install
yarn asb

How to test

Run node simulator

./idena-contract-runner-linux-0.0.2

Execute tests

yarn test