- Developing how to run tests and develop code. Or go through the online tutorial to get a better feel of how to develop.
- Publishing contains useful information on how to publish your contract to the world, once you are ready to deploy it on a running blockchain.
# For building + fmt + schema
./build.sh
# For testing everything
./test.sh
Initial setup