diff --git a/cartesi-rollups/quickstart.md b/cartesi-rollups/quickstart.md index 541fa22d..a7e9b06c 100644 --- a/cartesi-rollups/quickstart.md +++ b/cartesi-rollups/quickstart.md @@ -138,17 +138,3 @@ There are two methods to deploy an application: :::caution important Deployment with a third-party service provider is under development and will be available in a future release. ::: - -## Community tools - -Several tools created and maintained by the community streamline the dApp creation process on Cartesi Rollups. - -- [Deroll](https://github.com/tuler/deroll): TypeScript framework for building on Cartesi. -- [NoNodo](https://github.com/Calindra/nonodo/tree/main): NoNodo is a lightweight development tool that runs the backend application without requiring Docker or a node. -- [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. -- [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. -- [python-wallet](https://github.com/jplgarcia/python-wallet/tree/main): Python-based Wallet Implementation for Cartesi dApps.