ixo Hub
This is the official repository for the Internet of Impact Relayer Hub (ixo Hub)
This document will have all details necessary to help getting started with ixo Hub
Documentation
- Guide for setting up a Relayer on the Pandora Test Network: here
- Modules specification: look into
x/<module>/spec
Scripts
Quick-start:
cd ixo-blockchain/scripts/
bash clean_build.sh && bash run_with_some_data.sh # Option 1
bash clean_build.sh && bash run_with_all_data.sh # Option 2
To run without resetting data:
cd ixo-blockchain/scripts/
bash run_only.sh
(Optional) Once the chain has started, run one of the following:
- Add more data and activity:
cd ixo-blockchain/scripts/
bash add_dummy_testnet_data.sh
cd ixo-blockchain/scripts
bash demo_bonds.sh # Option 1
bash demo_bonds_swapper.sh # Option 2
bash demo_gas_estimation.sh # Option 3
bash demo_payments.sh # Option 4
bash demo_project.sh # Option 5
bash demo_sign_data.sh # Option 6
bash demo_tx_broadcast_rest.sh # Option 7
bash demo_tx_broadcast_rpc.sh # Option 8