The Cairo Programming Language Book is a comprehensive documentation of the Cairo 1 programming language. This documentation is your go-to resource for mastering the first provable programming language, created and maintained by the Starknet community what you'll find here has been developed in close collaboration with the StarkWare team ensuring that the information is accurate, up-to-date, and consistent with the vision of Cairo's creators.
- Install mdBook following the instructions on mdBook
- Clone the repo
- Run
mdbook serve
to start a local server, then open localhost:3000 to view the book. You can use the--open
flag to open the browser automatically:mdbook serve --open
- Make changes to the book and refresh the browser to see the changes
- Open a PR with your changes