sohkai / big-dipper

A block explorer for Cosmos

Home Page:https://cosmos.bigdipper.live

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Big Dipper ✨

Block Explorer for Cosmos

Projects running on mainnets

Explore Band Protocol with Big Dipper

Explore Cosmos Hub with Big Dipper

Explore e-Money with Big Dipper

Explore IRISnet with Big Dipper

Explore IOV with Big Dipper

Explore Kava with Big Dipper

Explore LikeCoin Chain with Big Dipper

Projects with testnets

Agoric

Desmos Network

Persistence

Regen Network

Sentinel

How to run The Big Dipper

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

Requirements

Run in local

meteor npm install --save
meteor --settings settings.json

Run via docker-compose

METEOR_SETTINGS=$(cat settings.json) docker-compose up

Run in production

./build.sh

It will create a packaged Node JS tarball in Linux x86_64 architecture at ../output. Deploy that packaged Node JS project with process manager like PM2 or Phusion Passenger.

You will need to have MongoDB >= 4.x installed and setup environment variables correctly in order run in production. For more details on how to deploy a Meteor application, please refer to the offical documentation on Custom Deployment.

Docker builds

big-dipper docker image is a multi stage build that is based on disney/meteor-base. When you change the meteor or node version, change the lines FROM geoffreybooth/meteor-base:1.10.2 and FROM node:12.16.1-alpine respectively. When running the image follow the same environment variable principles mentioned above. If you get an non-zero exit (137) error during the build phase, increase docker container memory and swap limit. Ideally you can set up remote docker host to prevent your computer's fan going brrrrrr.


Donations 🙏

The Big Dipper is always free and open. Anyone can use to monitor available Cosmos hub or zones, or port to your own chain built with Cosmos SDK. We welcome any supports to help us improve this project.

ATOM: cosmos1n67vdlaejpj3uzswr9qapeg76zlkusj5k875ma
BTC: 1HrTuvS83VoUVA79wTifko69ziWTjEXzQS
ETH: 0xec3AaC5023E0C9E2a76A223E4e312f275c76Cd77

And by downloading and using Brave.

About

A block explorer for Cosmos

https://cosmos.bigdipper.live

License:Apache License 2.0


Languages

Language:JavaScript 98.3%Language:CSS 1.6%Language:HTML 0.1%Language:Dockerfile 0.0%Language:Shell 0.0%