All Projects → forbole → Big Dipper

forbole / Big Dipper

Licence: apache-2.0
A block explorer for Cosmos

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Big Dipper

Ethvm
⚡️EthVM: Open Source Processing Engine and Block Explorer for Ethereum ⚡️
Stars: ✭ 319 (+168.07%)
Mutual labels:  blockchain, explorer
Erc20 Explorer
An explorer for ERC20 based Ethereum tokens
Stars: ✭ 248 (+108.4%)
Mutual labels:  blockchain, explorer
Lisk Explorer
📦 Lisk blockchain explorer
Stars: ✭ 123 (+3.36%)
Mutual labels:  blockchain, explorer
Gxchain Explorer
GXChain explorer(GXChain区块链浏览器)
Stars: ✭ 105 (-11.76%)
Mutual labels:  blockchain, explorer
Bulwark Explorer
Block explorer for Bulwark Cryptocurrency
Stars: ✭ 57 (-52.1%)
Mutual labels:  blockchain, explorer
Dtube
📺 d.tube app. A full-featured video sharing website, decentralized.
Stars: ✭ 569 (+378.15%)
Mutual labels:  blockchain, meteor
Bitcoin Transaction Explorer
Simple and pure block explorer you can run on top of a full node
Stars: ✭ 165 (+38.66%)
Mutual labels:  blockchain, explorer
Blockscout
Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
Stars: ✭ 913 (+667.23%)
Mutual labels:  blockchain, explorer
Explorer
Block Explorer of Nebulas
Stars: ✭ 95 (-20.17%)
Mutual labels:  blockchain, explorer
Polkadot Secure Validator
Polkadot Validator Secure Setup
Stars: ✭ 108 (-9.24%)
Mutual labels:  blockchain, validator
Bitcoin
An example Bitcoin implementation which can be used to learn about Bitcoin/Blockchain. This implementations is for educational use only!
Stars: ✭ 115 (-3.36%)
Mutual labels:  blockchain
Meteor Transactions
App level transactions for Meteor + Mongo
Stars: ✭ 115 (-3.36%)
Mutual labels:  meteor
Emailvalidator
PHP Email address validator
Stars: ✭ 10,482 (+8708.4%)
Mutual labels:  validator
Validator
A tool to validate text inside TextInputLayout
Stars: ✭ 117 (-1.68%)
Mutual labels:  validator
Coursera Cryptocurrency
Assignments from the Coursera course "Bitcoin and Cryptocurrency Technologies"
Stars: ✭ 115 (-3.36%)
Mutual labels:  blockchain
Vessel
Desktop wallet for the Hive blockchain
Stars: ✭ 116 (-2.52%)
Mutual labels:  blockchain
Rust Abci
A rust implementation of the ABCI protocol for tendermint core
Stars: ✭ 115 (-3.36%)
Mutual labels:  blockchain
Oasis Core
Performant and Confidentiality-Preserving Smart Contracts + Blockchains
Stars: ✭ 113 (-5.04%)
Mutual labels:  blockchain
Nasa.js
星云链 DApp 客户端开发框架,轻量,易用 | Lightweight and friendly util library for DApp development on Nebulas Blockchain.
Stars: ✭ 115 (-3.36%)
Mutual labels:  blockchain
Eslint Plugin Meteor
🧐 Meteor specific linting rules for ESLint
Stars: ✭ 117 (-1.68%)
Mutual labels:  meteor

Big Dipper ✨

Block Explorer for Cosmos

Projects running on mainnets

Explore Akash with Big Dipper

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 API URLs
  3. Update Bech32 address prefixes
  4. Add coins settings
  5. Update Ledger settings

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

./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.

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: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: bc1qye4k27zsn5nehzded6jwsvzg8qd6kgvxyhckts
ETH: 0x8CAb9F3fC6bBBD819050365627FC6B79d0ea73e6

And by downloading and using Brave.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].