substrate-developer-hub / Recipes

Licence: gpl-3.0
A Hands-On Cookbook for Aspiring Blockchain Chefs

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Recipes

Http3 Explained
A document describing the HTTP/3 and QUIC protocols
Stars: ✭ 1,860 (+1140%)
Mutual labels:  documentation
Pie Cookbook
PIE is an experiment. We've been everything from a coworking space to a community hub to an early stage startup accelerator. Now, we're open sourcing everything we've learned from nearly a decade of helping startups.
Stars: ✭ 146 (-2.67%)
Mutual labels:  documentation
Generator Standard Readme
Scaffold out a Standard Readme
Stars: ✭ 150 (+0%)
Mutual labels:  documentation
Docsearch
📘 The easiest way to add search to your documentation.
Stars: ✭ 2,266 (+1410.67%)
Mutual labels:  documentation
Cinder
A clean, responsive MkDocs theme
Stars: ✭ 145 (-3.33%)
Mutual labels:  documentation
Documentation
The source for Datadog's documentation site.
Stars: ✭ 147 (-2%)
Mutual labels:  documentation
Storm Doc Zh
Apache Storm 官方文档中文版
Stars: ✭ 142 (-5.33%)
Mutual labels:  documentation
Typemill
TYPEMILL is a simple and lightweight Flat-File-CMS for authors and publishers.
Stars: ✭ 150 (+0%)
Mutual labels:  documentation
Fab Manager
Fab-Manager is the FabLab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks and your marker's projects.
Stars: ✭ 145 (-3.33%)
Mutual labels:  documentation
Larecipe
🍪 Write gorgeous documentation for your products using Markdown inside your Laravel app.
Stars: ✭ 1,953 (+1202%)
Mutual labels:  documentation
Wp mail
Documentation for all the situations where WordPress core sends an email, how and when they happen, and how to filter or disable each one.
Stars: ✭ 144 (-4%)
Mutual labels:  documentation
Reference Architecture
TELUS Reference Architecture Documentation
Stars: ✭ 145 (-3.33%)
Mutual labels:  documentation
Slack Api Specs
Open API specifications for platform products by Slack
Stars: ✭ 148 (-1.33%)
Mutual labels:  documentation
Misp Book
User guide of MISP
Stars: ✭ 144 (-4%)
Mutual labels:  documentation
Ebook Template
Template to create PDF, ePub and Kindle books with Asciidoctor
Stars: ✭ 150 (+0%)
Mutual labels:  documentation
Sphinx Tabs
Tabbed views for Sphinx
Stars: ✭ 143 (-4.67%)
Mutual labels:  documentation
Hads
📚 Markdown superpowered documentation for Node.js
Stars: ✭ 147 (-2%)
Mutual labels:  documentation
Pepp Pt Documentation
Documentation for Pan-European Privacy-Preserving Proximity Tracing (PEPP-PT)
Stars: ✭ 153 (+2%)
Mutual labels:  documentation
Simpler Paper
elegant document generation tool.
Stars: ✭ 151 (+0.67%)
Mutual labels:  documentation
Qiskit
Qiskit is an open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules.
Stars: ✭ 2,332 (+1454.67%)
Mutual labels:  documentation

Substrate Recipes 🍴😋🍴

Build Status

Lines of Code Try on playground

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.

Building This Book Locally

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 .

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].