Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 742 Bytes

File metadata and controls

17 lines (9 loc) · 742 Bytes

TypeScript Cartesify DApp Template

Cartesify requires TypeScript 5

Creating the frontend with create-react-app script is discouraged as it will create a project with Typescript 4

This is a Sunodo template for Typescript Cartesi DApps. It uses node to execute the backend application. The application entrypoint is the src/index.ts file. It is bundled with esbuild, but any bundler can be used.

For documentation on how to develop Cartesi applications refer to https://docs.cartesi.io

For documentation on how to use Sunodo refer to https://docs.sunodo.io

For documentation on how to use Cartesify refer to https://github.com/Calindra/cartesify

This is a template for TypeScript Cartesi DApps.