{"id":15103046,"url":"https://github.com/forbole/big-dipper","last_synced_at":"2025-09-27T01:30:39.583Z","repository":{"id":45869182,"uuid":"150223638","full_name":"forbole/big-dipper","owner":"forbole","description":"A block explorer for Cosmos","archived":true,"fork":false,"pushed_at":"2021-12-01T03:43:49.000Z","size":9088,"stargazers_count":181,"open_issues_count":77,"forks_count":243,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-09-21T08:33:14.024Z","etag":null,"topics":["blockchain","bpos","cosmos","data-analytics","explorer","meteor","validator"],"latest_commit_sha":null,"homepage":"https://cosmos.bigdipper.live","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/forbole.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2018-09-25T07:19:59.000Z","updated_at":"2024-06-26T13:48:33.000Z","dependencies_parsed_at":"2022-09-05T05:20:43.268Z","dependency_job_id":null,"html_url":"https://github.com/forbole/big-dipper","commit_stats":null,"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forbole%2Fbig-dipper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forbole%2Fbig-dipper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forbole%2Fbig-dipper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forbole%2Fbig-dipper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/forbole","download_url":"https://codeload.github.com/forbole/big-dipper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219871825,"owners_count":16554457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","bpos","cosmos","data-analytics","explorer","meteor","validator"],"created_at":"2024-09-25T19:20:21.880Z","updated_at":"2025-09-27T01:30:39.025Z","avatar_url":"https://github.com/forbole.png","language":"JavaScript","readme":"### :kissing_smiling_eyes: This repositary is archived \n\n__[Big Dipper v2](https://github.com/forbole/big-dipper-2.0-cosmos) is under active development and maintenance. Please visit [Big Dipper v2](https://github.com/forbole/big-dipper-2.0-cosmos) for any IBC-compatible chains.__\n\nAs the `Cosmos` ecosystem keeps growing, the architecture of the legacy `Big Dipper` no longer can support the high traffic of interconnected `Cosmos` chains.\n\n[Forbole](https://forbole.com) is ending the support for the legacy `Big Dipper` on 1st Dec 2021. If you would like to have an easy-to-deploy block explorer with `Ledger` support for your internal testnets using `Cosmos SDK v0.42.x`, you can still fork or clone this repositary.  \n\n# Big Dipper :sparkles:\n\nBlock Explorer for Cosmos\n\n## Projects running on mainnets\n\n[Explore Akash with Big Dipper](https://akash.bigdipper.live/)\n\n[Explore Band Protocol with Big Dipper](https://band.bigdipper.live/)\n\n[Explore Cosmos Hub with Big Dipper](https://cosmos.bigdipper.live)\n\n[Explore e-Money with Big Dipper](https://e-money.network/)\n\n[Explore IRISnet with Big Dipper](https://iris.bigdipper.live)\n\n[Explore IOV with Big Dipper](https://big-dipper.iov-mainnet-2.iov.one/)\n\n[Explore Kava with Big Dipper](https://kava.bigdipper.live/)\n\n[Explore LikeCoin Chain with Big Dipper](http://likecoin.bigdipper.live/)\n\n## Projects with testnets\n\n[Agoric](https://explorer.testnet.agoric.com/)\n\n[Desmos Network](https://morpheus.desmos.network/)\n\n[Persistence](https://crust-2.explorer.persistence.one)\n\n[Regen Network](https://explorer.regen.vitwit.com/)\n\n[Sentinel](https://explorer.sentinel.co/)\n\n## How to run The Big Dipper\n\n1. Copy `default_settings.json` to `settings.json`.\n2. Update the RPC and API URLs\n3. Update Bech32 address prefixes\n4. Add coins settings\n5. Update Ledger settings\n\n### Requirements\n\n* [Meteor v2.x](https://www.meteor.com/install)\n\n### Run in local\n\n```sh\nmeteor npm install --save\nmeteor --settings settings.json\n```\n\n### Run via docker-compose\n```sh\nMETEOR_SETTINGS=$(cat settings.json) docker-compose up\n```\n\n### Run in production\n\n```sh\n./scripts/build.sh\n```\n\nIt 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](https://github.com/Unitech/pm2) or [Phusion Passenger](https://www.phusionpassenger.com/library/walkthroughs/basics/nodejs/fundamental_concepts.html).\n\nYou will need to have [MongoDB \u003e= 4.x](https://docs.mongodb.com/manual/administration/install-on-linux/) installed and [setup environment variables](https://guide.meteor.com/deployment.html#environment) 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](https://guide.meteor.com/deployment.html#custom-deployment). \n\n### Docker builds\n\nbig-dipper docker image is a multi stage build that is based on [disney/meteor-base](https://github.com/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](https://guide.meteor.com/deployment.html#environment) 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](https://www.digitalocean.com/community/tutorials/how-to-provision-and-manage-remote-docker-hosts-with-docker-machine-on-ubuntu-18-04) to prevent your computer's fan going brrrrrr.\n\n---\n## Donations :pray:\n\nThe 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.\n\nATOM: `cosmos1n67vdlaejpj3uzswr9qapeg76zlkusj5k875ma`\\\nBTC: `bc1qye4k27zsn5nehzded6jwsvzg8qd6kgvxyhckts`\\\nETH: `0x8CAb9F3fC6bBBD819050365627FC6B79d0ea73e6`\n\nAnd by downloading and using [Brave](https://brave.com/big517).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforbole%2Fbig-dipper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforbole%2Fbig-dipper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforbole%2Fbig-dipper/lists"}