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 mdbookand build the book from this directory:
mdbook buildFor more info about using mdbook read its own book.