This repository hosts ki-explorer
, a block explorer for the KiChain.
Currently exploring network KiChain-t (Testnet) Live on: blockchain.ki
The Ki Explorer is a Meteor application. To install the latest Meteor release, run the following command :
curl https://install.meteor.com/ | sh
- Open
default_settings.json
. - Update the RPC and LCD URLs.
- Update Bech32 address prefixes.
- Update genesis file location.
meteor npm install
meteor update
meteor --settings default_settings.json
./build.sh
It will create a packaged Node JS tarball at ../output
. Deploy that packaged Node JS project with process manager like forever or Phusion Passenger.
The Ki Explorer is based on the Big Dipper project by Forbole.
If you discover a security vulnerability in this project, please report it to [email protected]. We will promptly address all security vulnerabilities.