The book is about writing Smart Contracts for CosmWasm using Rust with Sylvia framework.
This repo contains source code for The CosmWasm Book.
The book is built using mdbook.
To build it, you must first install Rust.
Then install mdbook
using cargo:
$ cargo install mdbook
and build the book from this directory:
mdbook build
For more info about using mdbook read its own book.