Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.44 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.44 KB

Ki Explorer

This repository hosts ki-explorer, a block explorer for the KiChain.

Currently exploring network KiChain-t (Testnet) Live on: blockchain.ki

How to run The Ki Explorer

Install meteor

The Ki Explorer is a Meteor application. To install the latest Meteor release, run the following command :

curl https://install.meteor.com/ | sh

Set the correct settings

  1. Open default_settings.json.
  2. Update the RPC and LCD URLs.
  3. Update Bech32 address prefixes.
  4. Update genesis file location.

Run in local

meteor npm install
meteor update
meteor --settings default_settings.json

Run in production

./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.


Disclaimer

The Ki Explorer is based on the Big Dipper project by Forbole.

Security

If you discover a security vulnerability in this project, please report it to [email protected]. We will promptly address all security vulnerabilities.