hewigovens / cosmwasm-book

CosmWasm book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The CosmWams 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.

About

CosmWasm book