A Bitcoin blockchain analysis tool with CLI indexer and web frontend.
See CLAUDE.md for full documentation.
# Build the indexer
make build
# Build the index (one-time)
make build-index
# Export all datasets
make export-all
# Start local web server
make serve