Skip to content

Project Structure

Overview of the structure of a deroll project

Overview

A general overview of the structure of a deroll project:

my-dapp/                # Your dapp's root directory.
├── .cartesi            # Temporary Cartesi CLI build artifacts (in .gitignore)
├── .dockerignore
├── .gitignore
├── Dockerfile          # The application build configuration through Docker
├── README.md
├── package.json
├── src
│   └── index.ts        # Application entry point
└── tsconfig.json