A Hands-On Cookbook for Aspiring Blockchain Chefs
A Hands-On Cookbook for Aspiring Blockchain Chefs
Ready to roll up your sleeves and cook some blockchain? 😋
There are five primary directories in this repository:
The book is built with mdbook and deployed via
github pages.
Building the book requires mdBook, ideally the same version that
rust-lang/rust uses in this file. To get it:
$ cargo install mdbook --vers [version-num]
To build the book, type:
$ mdbook build
The output will be in the book
subdirectory. To check it out, open up book/index.html
in
a web browser, or to serve the book locally, type:
$ mdbook serve
The default address to view the book will be located at http://localhost:3000 .
The Substrate Recipes are GPL 3.0 Licensed It is open source and
open for contributions.
The pallets and runtimes provided here are tested and ready to be used in other Substrate-based
blockchains. The big caveat is that you must use the same upstream Substrate version throughout the
project.