Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/CosmWasm/book

CosmWasm book
https://github.com/CosmWasm/book

Last synced: 2 months ago
JSON representation

CosmWasm book

Awesome Lists containing this project

README

        

# 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](https://cosmwasm.github.io/book/).

## Building

The book is build using [mdbook](https://github.com/rust-lang/mdBook).

To build it, you need to install [Rust](https://www.rust-lang.org/tools/install) first.

Then install `mdbook` using cargo:

```bash
$ cargo install mdbook
```

and build the book from this directory:

```bash
mdbook build
```

For more info about using mdbook read its own [book](https://rust-lang.github.io/mdBook/index.html).