dpinones / starknetbook

Mastering Cairo and Starknet. By the Starknet community

Home Page:https://book.starknet.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Starknet Book

This repository hosts the source for The Starknet Book.

Contribution

We value and welcome all contributions!

  • For insight into specific areas of focus, check the repository issues.
  • Prioritize contributions that directly pertain to the book's content.
  • Even if an issue doesn't exist, feel free to create a PR for typos, errors, or content improvements and additions.

Building the Book

Before building or contributing to the book:

  • Ensure you have [mdBook] installed. While version 0.4.31 is recommended, newer versions should be compatible.
$ cargo install mdbook --version 0.4.31

Follow these steps to build and view the book:

  1. Build the book:
$ mdbook build
  1. After building, the compiled content will be located in the book subdirectory.
  2. To view the content in a browser:
$ mdbook serve --open

Tip: After making edits, simply refresh your browser to see the updates.

About

Mastering Cairo and Starknet. By the Starknet community

https://book.starknet.io


Languages

Language:Shell 100.0%