KEY | VALUE |
---|---|
Chain-ID | initiation-1 |
actual initia Version | v0.2.15 |
Genesis file | https://initia.s3.ap-southeast-1.amazonaws.com/initiation-1/genesis.json |
Known Peers | [email protected]:26656,[email protected]:26019 |
Known Seed | [email protected]:26656,c28827cb96c14c905b127b92065a3fb4cd77d7f6@testnet-seeds.whispernode.com:25756 |
Address Book | https://initia.s3.ap-southeast-1.amazonaws.com/initiation-1/addrbook.json |
Now we just need to clone the repository to our computer and select the current branch. See the current version of the branch above.
git clone https://github.com/initia-labs/initia
cd initia
git checkout [version]
Now we are building a project.
make install
In order to make sure that the previous steps are correct, we can try to output the full version of initia.
initiad version --long
After we have fully installed initia and made sure of this, we should make a basic configuration of the node!
# init initiad with default setting
initiad init local --chain-id testnet
# modify node section to the remote full node rpc address.
vim ~/.initia/config/client.toml
Now we can create the keys ourselves. This is done with the following command:
initiad keys add <your-key-name>
If you liked this guide, please go to all my social networks)