Reddcoin-focused fork of bitpay/bitcore, pinned at upstream v11.8.1.
This repository ships first-class Reddcoin (REDD) support — chain library, P2P protocol, indexing node, and wallet stack — alongside the upstream BTC, BCH, ETH, DOGE, LTC, MATIC, XRP, SOL, and other chains. Reddcoin packages are published to npm under the @reddcoinproject scope.
@reddcoinproject/bitcore-lib-redd— Pure JavaScript Reddcoin library (PoS-aware,nTime, scrypt-friendly)@reddcoinproject/bitcore-p2p-redd— Reddcoin P2P networking@reddcoinproject/bitcore-node— Indexing node with REDD module@reddcoinproject/bitcore-wallet-service— Wallet service@reddcoinproject/bitcore-wallet-client— Wallet client SDK
- Bitcore Node - Standardized API across multiple blockchain networks
- Bitcore Wallet Client - Client for Bitcore Wallet Service
- Bitcore Wallet Service - Coordination service for multisig wallets
- Bitcore CLI - Command-line interface for BWS and BWC
- Insight - Block explorer web UI (with Reddcoin support)
- Bitcore Lib - JavaScript library for Bitcoin
- Bitcore Lib Cash - Bitcoin Cash
- Bitcore Lib Doge - Dogecoin
- Bitcore Lib Litecoin - Litecoin
- Bitcore Mnemonic - BIP39 mnemonic codes
- Bitcore P2P - Bitcoin peer-to-peer protocol
- Bitcore P2P Cash - Bitcoin Cash peer-to-peer protocol
- Crypto Wallet Core - Coin-agnostic wallet primitives
- Crypto RPC - Common interface to chain RPC endpoints
- Bitcore Build - Gulp tasks helper
- Bitcore Client - Wallet helper using bitcore-node
npm install # Lerna bootstrap + compile (postinstall)
npm run node # Start bitcore-node
npm run bws # Start bitcore-wallet-service
npm test:bitcore-lib-redd # Run REDD lib testsFor the whole stack (reddcoind → bitcore-node → BWS → BWC) including config-glue, smoke walkthrough, and a footgun atlas, see STACK.md. Per-package operator and developer guides:
See MIGRATION.md (in the parent directory) for the phase-by-phase plan to keep this fork in sync with upstream.
We track upstream's version (currently 11.8.1). Reddcoin-specific
patch releases append a -redd.N suffix. See CONTRIBUTING.md
for the release process.
See Contributing.md (inherited from upstream — Reddcoin- specific contribution notes are forthcoming).
Code released under the MIT license.
Original work copyright 2013-2025 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc. Reddcoin-specific changes copyright the Reddcoin Project contributors.