Skip to content

tetcore/tetcore-runtime-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d28d6ef · Mar 12, 2021

History

3 Commits
May 16, 2020
May 15, 2020
May 16, 2020
May 15, 2020
Mar 12, 2021
May 16, 2020

Repository files navigation

Tetcore Runtime Template

A FRAME runtime ready for hacking. Learn to build with Substrate at substrate.io

Build

cargo build --release

Install

This runtime is not a standalone executable. It needs to be housed in a Substrate node. Add the dependency to your node's manifest.

[dependencies]
runtime = { git = 'https://github.com/substrate-developer-hub/substrate-runtime-template', tag = 'v2.0.0-alpha.8'}