Skip to content

Commit

Permalink
add rollmelette tootip
Browse files Browse the repository at this point in the history
  • Loading branch information
masiedu4 committed Jun 27, 2024
1 parent 1905e70 commit b3c919a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions cartesi-rollups/development/creating-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ This command creates a `new-dapp` directory with essential files for your dApp d
Cartesi CLI has templates for the following languages – `cpp`, `cpp-low-level`, `go`, `javascript`, `lua`, `python`, `ruby`, `rust`, and `typescript`.

After creating your application, you can start building your dApp by adding your logic to the `dapp.py` file.


:::note Building with Go?
For Go applications on Cartesi, we recommend using [Rollmelette](https://github.com/rollmelette/rollmelette). It’s a high-level Go framework and an alternative template that simplifies development and enhances input management, providing a smoother and more efficient experience.
:::
2 changes: 1 addition & 1 deletion cartesi-rollups/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Several tools created and maintained by the community streamline the dApp creati
- [Deroll](https://github.com/tuler/deroll): TypeScript framework for building on Cartesi.
- [python-cartesi](https://github.com/prototyp3-dev/python-cartesi): Python framework for building on Cartesi.
- [cartesi-ts-sqlite](https://github.com/doiim/cartesi-ts-sqlite): A TypeScript + SQLite template.
- [Rollmellete](https://github.com/gligneul/rollmelette): Go framework for building on Cartesi.
- [Rollmelette](https://github.com/gligneul/rollmelette): Go framework for building on Cartesi.
- [Cartesify](https://github.com/Calindra/cartesify): A web3 client to interact with the Cartesi machine.
- [cartesi-router](https://github.com/jjhbk/cartesi-router): TypeScript-based Router Implementation for Cartesi dApps.
- [cartesi-wallet](https://github.com/jjhbk/cartesi-wallet): TypeScript-based Wallet Implementation for Cartesi dApps.
Expand Down

0 comments on commit b3c919a

Please sign in to comment.