Creating basic DApp
- create and initialize a basic project for a Cartesi Compute DApp
Hello World machine
- build the Hello World Cartesi Machine using cartesi/playground
Instantiating computation
- implement smart contract instantiate method to start the Cartesi Compute computation
Retrieving result
- implement smart contract getResult method to retrieve computation results from Cartesi Compute
Deploying and running
- deploy Hello World smart contract