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