explorer
Version, currently master branch1 version
- master branchlatestDec 29, 2020
github.com/Axentro/explorer
SushiChain Blockchain Explorer
0 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
explorer:
github: Axentro/explorer
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.32.1- License
- MIT
- Author
- Christian Kakesa
- Target
explorerfrom src/explorer.cr
Dependencies
Runtime Dependencies
- pool*github: ysbaddaden/pool
- router*github: tbrand/router.cr
- strange*github: hydecr/strange
- rethinkdb*github: fenicks/crystal-rethinkdb, branch: master
- baked_file_system0.9.8github: schovi/baked_file_system
Development Dependencies
- ameba*github: veelenga/amebadev
README
Axentro Blockchain Explorer
Axentro Explorer is an open source utility to browse activity on the Blockchain.
Development
Configure the database
r.db('rethinkdb').table('users').insert({id: 'explorer_testnet', password: 'explorer_testnet'});
r.dbCreate('explorer_testnet');
r.db('explorer_testnet').grant('explorer_testnet', {read: true, write: true, config: true});
Build the mint webapp
cd src/explorer/web/static
mint format && mint build
cd ./../../../..
Run the explorer
DEBUG=1 crystal run src/explorer.cr -- -n http://testnet.axentro.io:3000
Compile the binary
shards build --production
Start the compiled web application (static files are in binary)
./bin/explorer -n http://testnet.axentro.io:3000
RethinkDB docker doc
Link to RethinkDB docker documentation
docker run -p 8080:8080 -p 28015:28015 --name rethinkdb -v "$PWD:/data" -d rethinkdb
# Connecting to the web admin interface on the same host
xdg-open http://localhost:8080
Contributing
- Fork it (https://github.com/your-github-user/explorer/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Christian Kakesa - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Dec 29, 2020
- Crystal
0.32.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/Axentro/explorer
Metadata
- Created
- Aug 12, 2026
- Updated
- Sep 22, 2026
- Synced
- Sep 22, 2026
- Versions
- 1