The FIRMACHAIN IBC Explorer project visualizes and analyzes IBC (Inter-Blockchain Communication) data to support the stable operation and scalability of the FIRMACHAIN network.
- Transaction Tracking: View information about transactions transferred through IBC channel.
- IBC Channel Monitoring: Monitor the status and activity of IBC channel.
This section explains how to set up and run the project locally.
Clone the project repository and install the required dependencies.
git clone https://github.com/FirmaChain/firmachain-ibc-relayer-explorer.git
cd firmachain-ibc-relayer-explorer
npm install
To run the project after installing the packages, execute the following command:
npm run start