This document will explain how you can run tfchain in production
See this very thorough guide on substrate: https://docs.substrate.io/tutorials/get-started/add-trusted-nodes/#before-you-begin
See releases for instructions on how to create / validate a release.
See process
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