This repository hosts ki-explorer, a block explorer for the KiChain.
Currently exploring network KiChain-t (Testnet) Live on: blockchain.ki
- Open
settings.json. - Update the RPC and LCD URLs.
- Update Bech32 address prefixes.
- Update genesis file location.
meteor npm install
meteor update
meteor --settings settings.json./build.shIt 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.