sunodo / sunodo

Sunodo monorepo
https://docs.sunodo.io
Apache License 2.0
21 stars 14 forks source link

Sunodo

Release Packages

Sunodo is a framework for developing decentralized applications built on top of Cartesi technology. It helps developers to:

Apps and Packages

Each package/app is 100% TypeScript.

Dependencies

Sunodo uses Anvil commands. To install Anvil, you need to follow the instructions here

Build

To build all apps and packages, run the following command:

cd sunodo
pnpm run build

Develop

To develop all apps and packages, run the following command:

cd sunodo
pnpm run dev