Infrastructure & repositories¶
This page is a curated map of the ReddCoin team’s public infrastructure and code repositories.
Official GitHub organization¶
Key repositories¶
- reddcoin — ReddCoin Core (C++).
- blockbook — ReddCoin Blockbook (Go), forked from Trezor’s Blockbook.
- docker-reddcoind — Multi-architecture Docker image for running ReddCoin Core.
- docker-dnsseed — Docker image for running the DNS seeder.
- reddcoin-seeder — DNS seeder fork (based on bitcoin-seeder).
- reddbot-telegram — Telegram tip-bot.
How we keep this page accurate¶
This map should be reviewed whenever the GitHub org changes. Add/remove repos here as the ecosystem evolves.
Explorer & APIs¶
Explorer & APIs¶
Blockbook (Trezor / SatoshiLabs)¶
ReddCoin provides a Blockbook-based explorer that exposes:
- Chain status (sync, last block)
- Mempool info
- Basic address/tx/block queries
Explorer: https://blockbook.reddcoin.com/
More detail (including common API patterns):
Note: Blockbook is intended for indexing and explorer functionality; always validate critical data with your own node when needed.