Skip to content

Commit

Permalink
chain spec readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amiyatulu committed Apr 27, 2024
1 parent 2d055cb commit 3fd0236
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,20 @@ trunk serve

### Chain Specification

```bash
./target/release/node-template build-spec > chain_spec.json
```

### Raw Chain Spec

Generating a Raw JSON Chain Specification File

One final step before deploying the Tanssi appchain is converting the JSON specification file to a raw format, which is a compact, less-readable version of the same file, required to initialize a node.

```bash
./target/release/node-template build-spec --chain=chain_spec.json --raw > raw_chain_spec.json
```


### Multi-Node Local Testnet

Expand Down

0 comments on commit 3fd0236

Please sign in to comment.