Cardano's first optimistic rollup protocol
Install Aiken and run
aiken build
Run
make spec
and open technical-spec/midgard.pdf
.
All contributors must enable the project's standardized git hooks:
make enable-git-hooks
Take a look at the contribution guidelines for more details.
To run the documentation site locally:
- Navigate to documentation
cd documentation
- Install dependencies
pnpm install
- Start development server
pnpm dev
Local development server will be available at http://localhost:3000, you can read more about how to add new documentation here.