It'll be the same as joining IRIS Hub Mainnet, except that:
- Go 1.15+ is required for building and installing the IRIShub software.
- version
- genesis file
If you haven't pariticipate in Phase-1 of Bifrost testnet, please fill in this form to complete your sign-up process, and remember to set your validator moniker to <your-name>-<pgp-id>
, identity to <pgp-id>
. You need to complete the tasks use your validator account.
Persistent Peers:
a246f5ea3055f7507c63b9ea50dbf5d401537b3a@34.80.22.255:26656
Explorer
Documentation
https://bifrost.irisnet.org/docs/
Faucet
Unfortunately we do not have a public faucet for bifrost, however you are welcome to ask for the test tokens in our validator communities:
Task | Details | Completion standard | Badge |
---|---|---|---|
Testnet parameter-change voting | Vote for bifrost-2 parameter-change proposal (activating IBC bidirection transfer) | Successfully voted for bifrost-2 parameter-change proposal | Bronze *1 |
Testnet upgrade voting | Vote for bifrost-2 upgrade proposal (adding SDK modules) | Successfully voted for bifrost-2 upgrade proposal | Bronze *1 |
Testnet upgrade | Upgrade the validator node according to the upgrade proposal | The upgraded validator node signs at least 1 block in the first 200 blocks after the testnet upgraded | Silver *1 |
NOTE:
IBC transfer can be done very easily through the clients, for example, you can send tokens from Bifrost-2
to other testnets:
iris tx ibc-transfer transfer transfer <src-channel> <receiver> <amount> \
--absolute-timeouts \
--packet-timeout-timestamp 0 \
--from <sender> \
--chain-id bifrost-2
For more details, please refer to the client docs:
iris tx ibc-transfer transfer --help