The Sylvia Book

This book is about writing Smart Contracts using Sylvia framework.

To learn about CosmWasm, on which Sylvia relies, please check The CosmWasm Book.

About

This repo contains a source code for The Sylvia Book.

Building

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.