Skip to content

Commit

Permalink
docs: add how to generate mainnet/testnet/QA genesis file
Browse files Browse the repository at this point in the history
  • Loading branch information
unclezoro committed Dec 19, 2022
1 parent ad7b631 commit b622b73
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ All system contracts will be flattened and output into `${workspace}/contracts/f
5. Edit `generate-tendermintlightclient.js` file to change `chainID` and `initConsensusStateBytes`.
6. run ` node generate-genesis.js` will generate genesis.json

## How to generate mainnet/testnet/QA genesis file

```shell
npm run generate-mainnet
npm run generate-testnet
npm run generate-QA
```
Check the `genesis.json` file and you can get the exact compiled bytecode for different network.

## How to update contract interface for test

```shell script
Expand Down

0 comments on commit b622b73

Please sign in to comment.