Skip to content

Latest commit

 

History

History

imperium-4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

FirmaChain-Testnet-Imperium-4

132190694-37c673a7-26fa-4bc9-a71c-2a4a4690d458111111

The FirmaChain Imperium Testnet is a space where chain developers prepare for a variety of scenarios and specifications, providing the fastest way to check for updates to the FirmaChain Core.

The Imperium Testnet consists of 3 validators and 1 light node and is used to test the developing chain module and the basic Cosmos & Tendermint features like validator test and staking, delegation, and voting.

This repository also manages the config file and genesis.json required to set up the chain.

The external validator is not allowed to participate in DevNet, but if you are curious, you can test under the same environment through Genesis.json that we provide.


The following services are used for the testnet:


Installation

git clone https://github.com/firmachain/firmachain.git

cd firmachain
git checkout v0.3.5-patch

make install
...

After building locally, you will find firmachaind executable on the following path

~/go/bin/firmachaind

Check release version

./firmachaind version

Init firmachain testnet using imperium-4

./firmachaind init <moniker-name> --chain-id imperium-4

Now you will be able to find config files on the ~/.firmachain/config

Check out our official document for further setup and node operation.


Seed Node

ddeaeb19dbe29558ac3f8569f99c0906adf7d8cf@testnet-seed1.firmachain.dev:26656
a195e07dad206431293ab141434331a8373221ab@testnet-seed2.firmachain.dev:26656

IBC Relayer

  • hermes 1.0.0+ed4dd8c

IBC Test Node (chain-id : ibctest-1)


State Sync

If you want to be a validator or full-node, You have to upgrade the chain based on the state below.

Block Chain Version Link
0 - 1,849 [v0.3.3] Link
1,850 - NOW [v0.3.5] Link