This project is a fork from the excellent Big Dipper block explorer. It has been customised for the requirements of the Fetch.ai testnets.
Explore Band Protocol with Big Dipper
Explore Cosmos Hub with Big Dipper
Explore e-Money with Big Dipper
Explore IRISnet with Big Dipper
Explore LikeCoin Chain with Big Dipper
- Copy
default_settings.json
tosettings.json
. - Update the RPC and API URLs
- Update Bech32 address prefixes
- Add coins settings
- Update Ledger settings
meteor npm install --save
SERVER_NODE_OPTIONS="--no-wasm-code-gc" meteor --settings settings.json
docker-compose up
./scripts/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.
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: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.
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.
ATOM: cosmos1n67vdlaejpj3uzswr9qapeg76zlkusj5k875ma
BTC: bc1qye4k27zsn5nehzded6jwsvzg8qd6kgvxyhckts
ETH: 0x8CAb9F3fC6bBBD819050365627FC6B79d0ea73e6
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.12.1
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.