Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping authored Mar 22, 2024
1 parent c6cc7ed commit 37746dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion side-testnet-3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,12 @@ Certainly! Here's a tutorial with the commands:
```sh
~/go/bin/sided init YourName --chain-id side-testnet-3
```
3. Download Pregenesis.json
```sh
curl -s https://raw.githubusercontent.com/sideprotocol/testnet/main/side-testnet-3/pregenesis.json > ~/.side/config/genesis.json
```

3. Add your account to the genesis file with an initial balance (e.g., 100000000uside):
4. Add your account to the genesis file with an initial balance (e.g., 100000000uside):
```sh
~/go/bin/sided add-genesis-account YourName 100000000uside
```
Expand Down

0 comments on commit 37746dc

Please sign in to comment.