diff --git a/cartesi-rollups/development/creating-application.md b/cartesi-rollups/development/creating-application.md index a2e3f92d..aa2c4aad 100644 --- a/cartesi-rollups/development/creating-application.md +++ b/cartesi-rollups/development/creating-application.md @@ -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. +::: \ No newline at end of file diff --git a/cartesi-rollups/quickstart.md b/cartesi-rollups/quickstart.md index 48b90c88..8209e032 100644 --- a/cartesi-rollups/quickstart.md +++ b/cartesi-rollups/quickstart.md @@ -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.