Skip to content

Greenetwork/recipes

 
 

Repository files navigation

Substrate Recipes 🍴😋🍴

Learning and modifying the off chain worker

Build Status

Lines of Code

A Hands-On Cookbook for Aspiring Blockchain Chefs

Get Started

Ready to roll up your sleeves and cook some blockchain? Read the book online at substrate.dev/recipes

Repository Structure

There are five primary directories in this repository:

  • Text: Source of the book written in markdown. This text describes the code in the other three directories.
  • Pallets: Pallets for use in FRAME-based runtimes.
  • Runtimes: Runtimes for use in Substrate nodes.
  • Consensus: Consensus engines for use in Substrate nodes.
  • Nodes: Complete Substrate nodes ready to run.

The book is built with mdbook and deployed via github pages.

License

The Substrate Recipes are GPL 3.0 Licensed It is open source and open for contributions.

Using Recipes in External Projects

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.

About

A Hands-On Cookbook for Aspiring Blockchain Chefs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 91.5%
  • JavaScript 3.2%
  • HTML 3.2%
  • CSS 2.1%