Skip to content

CosmWasm/book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The CosmWasm Smart Contracts Book

The book about writing Smart Contracts for CosmWasm using Rust

About

This repo contains source code for The CosmWasm Book.

Building

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.