{"id":19056182,"url":"https://github.com/webdollar/blockchain-explorer","last_synced_at":"2025-11-11T22:04:19.604Z","repository":{"id":92686251,"uuid":"382801690","full_name":"WebDollar/blockchain-explorer","owner":"WebDollar","description":"A simple blockchain explorer","archived":false,"fork":false,"pushed_at":"2021-11-12T14:07:40.000Z","size":221,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T01:28:20.615Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WebDollar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-04T08:31:27.000Z","updated_at":"2022-02-01T18:42:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee074eca-fb8c-41fd-8a35-34fbc36e0722","html_url":"https://github.com/WebDollar/blockchain-explorer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WebDollar/blockchain-explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebDollar%2Fblockchain-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebDollar%2Fblockchain-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebDollar%2Fblockchain-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebDollar%2Fblockchain-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WebDollar","download_url":"https://codeload.github.com/WebDollar/blockchain-explorer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebDollar%2Fblockchain-explorer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283937310,"owners_count":26919457,"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","status":"online","status_checked_at":"2025-11-11T02:00:06.610Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-08T23:48:29.004Z","updated_at":"2025-11-11T22:04:19.588Z","avatar_url":"https://github.com/WebDollar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# blockchain-explorer\nA simple blockchain explorer\n\n# Installing tutorial\n\n1. You need MongoDB \u003e=4 . Probably you need \u003e= 4.4. How to install 4.4 https://computingforgeeks.com/how-to-install-latest-mongodb-on-ubuntu/\n2. Check using `mongod --version`\n3. use argument `--replSet rs0` or set `replSet=rs0` in `/etc/mongod.conf` and restart\n4. you need to run and run this command\n   ```\n   mongo\n   rs.initiate()\n   ```\n\n# Installing a full node. \n\nUse branch `disable-wallet` https://github.com/WebDollar/Node-WebDollar/tree/disable-wallet\n\n    $ git fetch --all\n    $ git checkout disable-wallet\n    $ git pull origin disable-wallet\n\nEdit `src/node/sockets/node-server/API-router/Node-API-Router.js`\n\nReplace\n\n    if (process.env.WALLET_SECRET_URL \u0026\u0026 typeof process.env.WALLET_SECRET_URL === \"string\" \u0026\u0026 process.env.WALLET_SECRET_URL.length \u003e= 30) {\n        this._addRoute( process.env.WALLET_SECRET_URL+'/blocks_complete/at/:block', NodeAPIPublicBlocks.blockComplete, nodeApiType, 100, app, prefix, middleWare );\n    }\n    \nReplace with \n\n    if (1 === 1) {\n        this._addRoute( 'SECRET_SECRET_SECRET_LONG_SECRET/blocks_complete/at/:block', NodeAPIPublicBlocks.blockComplete, nodeApiType, 100, app, prefix, middleWare );\n    }\n\nDefine in consts.js \n    \n    fallback: \"http://full_node:port\"\n    fallbackSecret: \"SECRET_SECRET_SECRET_LONG_SECRET\"    \n\n\n## Deleting old databases\n\n\n    $ mongo\n    show dbs\n    use explorerdb\n    db.dropDatabase\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdollar%2Fblockchain-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdollar%2Fblockchain-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdollar%2Fblockchain-explorer/lists"}