Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 746 Bytes

production.md

File metadata and controls

39 lines (23 loc) · 746 Bytes

Production

This document will explain how you can run tfchain in production

Compose a chain specification file

See this very thorough guide on substrate: https://docs.substrate.io/tutorials/get-started/add-trusted-nodes/#before-you-begin

Releases

See releases for instructions on how to create / validate a release.

Upgrading runtime

See process

Inspecting a runtime

Install subwasm

cargo install --locked --git https://github.com/chevdor/subwasm --tag v0.19.1

Verify installation

subwasm -v

Download a runtime from any of our live networks like:

subwasm get wss://tfchain.dev.grid.tf:443 -o runtime.wasm

Inspect:

subwasm info runtime.wasm