This book is about writing Smart Contracts using Sylvia framework.
To learn about CosmWasm, on which Sylvia relies, please check The CosmWasm Book.
This repo contains a source code for The Sylvia Book.
The book is built using mdBook. To build it, you must first install Rust.
Having Rust installed, install mdBook
using cargo:
$ cargo install mdbook
and then build the book from this repository:
$ mdbook build
To serve the book locally, run:
$ mdbook serve
To learn more about using mdBook
, read its own book.