{"id":19715339,"url":"https://github.com/axentro/explorer","last_synced_at":"2026-05-15T19:32:35.870Z","repository":{"id":140836292,"uuid":"193060307","full_name":"Axentro/explorer","owner":"Axentro","description":"SushiChain Blockchain Explorer","archived":false,"fork":false,"pushed_at":"2020-12-29T05:58:10.000Z","size":327,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-02-27T21:51:07.051Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Crystal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Axentro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-06-21T08:23:12.000Z","updated_at":"2020-12-29T05:58:13.000Z","dependencies_parsed_at":"2024-06-16T16:42:11.863Z","dependency_job_id":null,"html_url":"https://github.com/Axentro/explorer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Axentro/explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axentro%2Fexplorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axentro%2Fexplorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axentro%2Fexplorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axentro%2Fexplorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Axentro","download_url":"https://codeload.github.com/Axentro/explorer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axentro%2Fexplorer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33076180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-11T22:38:03.949Z","updated_at":"2026-05-15T19:32:35.865Z","avatar_url":"https://github.com/Axentro.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Axentro Blockchain Explorer\n\nAxentro Explorer is an open source utility to browse activity on the Blockchain.\n\n## Development\n\n### Configure the database\n\n    r.db('rethinkdb').table('users').insert({id: 'explorer_testnet', password: 'explorer_testnet'});\n    r.dbCreate('explorer_testnet');\n    r.db('explorer_testnet').grant('explorer_testnet', {read: true, write: true, config: true});\n\n### Build the mint webapp\n\n    cd src/explorer/web/static\n    mint format \u0026\u0026 mint build\n    cd ./../../../..\n\n### Run the explorer\n\n    DEBUG=1 crystal run src/explorer.cr -- -n http://testnet.axentro.io:3000\n\n### Compile the binary\n\n    shards build --production\n\nStart the compiled web application (static files are in binary)\n\n    ./bin/explorer -n http://testnet.axentro.io:3000 \n\n### RethinkDB docker doc\n\n[Link to RethinkDB docker documentation](https://docs.docker.com/samples/library/rethinkdb/)\n\n    docker run -p 8080:8080 -p 28015:28015 --name rethinkdb -v \"$PWD:/data\" -d rethinkdb\n\n    # Connecting to the web admin interface on the same host\n\n    xdg-open http://localhost:8080\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/your-github-user/explorer/fork\u003e)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## Contributors\n\n* [Christian Kakesa](https://github.com/your-github-user) - creator and maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxentro%2Fexplorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxentro%2Fexplorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxentro%2Fexplorer/lists"}