Skip to content

Commit

Permalink
Merge pull request #792 from threefoldtech/doc_inspect_runtime
Browse files Browse the repository at this point in the history
chore: document inspect live network runtime
  • Loading branch information
robvanmieghem authored Jul 14, 2023
2 parents c46e872 + 6943caa commit 8413981
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/production/production.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,34 @@ 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

## Releases

See [releases](./releases.md) for instructions on how to create / validate a release.

### Upgrading runtime

See [process](./upgrade_process.md)

### Inspecting a runtime

Install subwasm

```sh
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:

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

Inspect:

```sh
subwasm info runtime.wasm
```

0 comments on commit 8413981

Please sign in to comment.