Skip to content

btcchina-org/zchain-explorer

Repository files navigation

Big Dipper ✨

Forbole Block Explorer for Cosmos

Projects running on mainnets

Explore Cosmos Hub (cosmoshub-2) with The Big Dipper

Explore IRISnet (irishub) with The Big Dipper

Explore Terra (columbus-2) with The Big Dipper

Projects with testnets

Sentinel testnet

Cyber Congress

Kava

BitSong

Regen Network

Edit default_settings.json

  • Update chainId and chainName.
  • Update the RPC and LCD URLs.
  • Update Bech32 address prefixes.
  • Update genesis file location(it's a url).
  • Update stakingDenom and mintingDenom.

Run in local

  1. install dependencies
meteor npm install
meteor update
  1. start zchaind & lcd
zchaind start
zchaincli rest-server --trust-node
  1. make sure genesis url is available

  2. run

meteor --settings default_settings.json

Run in production

  1. build
./build.sh

It will create a packaged Node JS tarball at ../output.

  1. uncompress

  2. install dependencies

cd bundle/programs/server
npm install
  1. install mongodb

  2. edit pm2.json

  • Copy pm2.json here.
  • Update cwd
  • Update PORT
  • Update ROOT_URL
  • Update MONGO_URL
  • Update METEOR_SETTINGS(default_settings.json)
  1. start zchaind & lcd
zchaind start
zchaincli rest-server --trust-node
  1. make sure genesis url is available

  2. run

pm2 start pm2.json

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages