Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 442 Bytes

File metadata and controls

18 lines (12 loc) · 442 Bytes

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'}