Forbole Block Explorer for Cosmos
Explore Cosmos Hub (cosmoshub-2) with The Big Dipper
Explore IRISnet (irishub) with The Big Dipper
Explore Terra (columbus-2) with The Big Dipper
- Update
chainId
andchainName
. - Update the RPC and LCD URLs.
- Update Bech32 address prefixes.
- Update genesis file location(it's a url).
- Update
stakingDenom
andmintingDenom
.
- install dependencies
meteor npm install
meteor update
- start zchaind & lcd
zchaind start
zchaincli rest-server --trust-node
-
make sure genesis url is available
-
run
meteor --settings default_settings.json
- build
./build.sh
It will create a packaged Node JS tarball at ../output
.
-
uncompress
-
install dependencies
cd bundle/programs/server
npm install
-
install mongodb
-
edit
pm2.json
- Copy pm2.json here.
- Update
cwd
- Update
PORT
- Update
ROOT_URL
- Update
MONGO_URL
- Update
METEOR_SETTINGS
(default_settings.json
)
- start zchaind & lcd
zchaind start
zchaincli rest-server --trust-node
-
make sure genesis url is available
-
run
pm2 start pm2.json