Home

Awesome

<div align="center"> <h1><code>substrate-stencil</code></h1>

<strong>A template for kick starting a Rust and Blockchain project using <a href="https://github.com/paritytech/substrate">Substrate</a>.</strong>

<h3> <a href="https://substrate.io/">Docs</a> <span> | </span> <a href="https://matrix.to/#/!HzySYSaIhtyWrwiwEV:matrix.org?via=matrix.parity.io&via=matrix.org&via=web3.foundation">Chat</a> </h3> </div>

Features

This template includes the minimum required components to start a PoS testnet, inspired by substrate-node-template.

Notes: The code is un-audited and not production ready, use it at your own risk.

Getting Started

Follow the steps below to get started.

Rust Setup

First, complete the Dev Docs Installation.

Build and Run

Use the following command to build the node and run it after build successfully:

cargo build --release
./target/release/substrate-stencil --dev

Run public testnet