mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
feat: update readme for testnet 2
This commit is contained in:
parent
6de02ac81f
commit
94c795072c
@ -47,15 +47,15 @@ kvcli keys add <your_wallet_name>
|
||||
#### Create a Genesis Transaction
|
||||
|
||||
```
|
||||
kvd add-genesis-account $(kvcli keys show <your_wallet_name> -a) 1000000000000ukva
|
||||
kvd gentx --name <your_wallet_name> --amount 1000000000000ukva --ip <your-public-ip>
|
||||
kvd add-genesis-account $(kvcli keys show <your_wallet_name> -a) 1000000000000ukava
|
||||
kvd gentx --name <your_wallet_name> --amount 1000000000000ukava --ip <your-public-ip>
|
||||
```
|
||||
|
||||
A genesis transaction should be written to `$HOME/.kvd/config/gentx/gentx-<gen_tx_hash>.json`
|
||||
|
||||
#### Submit Genesis Transaction
|
||||
|
||||
To be included in the genesis file for testnet one, fork this repo and copy your genesis transaction to the `testnet-1.1/gentx` directory. Submit your fork including your genesis transaction as a PR on this repo [here](https://github.com/Kava-Labs/kava/pulls)
|
||||
To be included in the genesis file for testnet two, fork the [testnets repo](https://github.com/Kava-Labs/kava-testnets) and copy your genesis transaction to the `2000` directory. Submit your fork including your genesis transaction as a PR.
|
||||
|
||||
## License
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user