An open API service indexing awesome lists of open source software.

https://github.com/dojoengine/book

The Dojo Book
https://github.com/dojoengine/book

cairo rust zero-knowledge

Last synced: about 1 year ago
JSON representation

The Dojo Book

Awesome Lists containing this project

README

          

## 📖 The Dojo Book

> Migration from rustbook to vocs in process. Make all edits and PRs into dojo-book.

Explore the world of Autonomous Worlds with Dojo, your trusted toolchain. [Dive in now](https://book.dojoengine.org/).

### Contributing

Embrace the open-source spirit of Dojo. As it's in its nascent phase, we welcome contributors with open arms.

Peruse our [contributing guidelines](docs/pages/misc/contributors.md). From minor wording adjustments to extensive chapters, every contribution matters!

### Setup

1. Install Vocs dependencies

```bash
npm install -g pnpm
nvm install --lts
nvm use --lts
pnpm install
```

2. Running the Book locally

```bash
pnpm run dev
```

3. Preview the Book

Visit http://localhost:5173/ in your web browser to preview the Book.

For more detailed information, refer to the [official Vocs documentation](https://vocs.dev/docs/).