Skip to content

KiFoundation/ki-explorer

Repository files navigation

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.

About

A block explorer for the Ki Chain based on BigDipper

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages