Quick start
The following commands will get you started with a javascript project, build a cartesi machine and run a local node for the application:
shell
sunodo create my-app --template javascript
cd my-app
sunodo build
sunodo run
sunodo create my-app --template javascript
cd my-app
sunodo build
sunodo run
This will run an anvil node as a local blockchain, and the GraphQL service and Inspect Service.
Other project templates are available, and contributions are always welcome.
For details on creating applications check the creating application section. For details on the build process of the application check the building application section. For details on the execution of the local node check the running application section.