diff --git a/side-testnet-3/README.md b/side-testnet-3/README.md index a3c3d97c..9f44d64e 100644 --- a/side-testnet-3/README.md +++ b/side-testnet-3/README.md @@ -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 ```