The book about writing Smart Contracts for CosmWasm using Rust
This repo contains source code for The CosmWasm Book.
The book is build using mdbook.
To build it, you need to install Rust first.
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.