Bitcoin Cash generally strives to follow the original approach outlined by Satoshi Nakamoto for scaling bitcoin.
- [Archived copy of te bitcoin whitepaper from bitcoin.org](http://web.archive.org/web/20100704213649if_/http://www.bitcoin.org:80/bitcoin.pdf)
- [bitcoin whitepaper via ips](https://gateway.ipfs.io/ipfs/QmRA3NWM82ZGynMbYzAgYTSXCVM14Wx1RZ8fKP42G6gjgj)
- [A list of websites hosting the bitcoin whitepaper](https://blockchair.com/bitcoin/whitepaper), with sha256 hashes calculated hourly
- [Instructions and code](https://bitcoin.stackexchange.com/questions/35959/how-is-the-whitepaper-decoded-from-the-blockchain-tx-with-1000x-m-of-n-multisi) for decoding a version of the original paper hosted on the bitcoin blockchain
**note**
In the lead up-to the chain fork with BTC, certain members of the small-block side [attempted](https://github.com/bitcoin-dot-org/bitcoin.org/issues/1325) to make amendments and revisions to the original whitepaper. For this reason, the original bitcoin whitepaper is actively monitored and checked for integrity.
- [BitcoinABC](https://www.bitcoinabc.org/) [mirror](https://github.com/Bitcoin-ABC/bitcoin-abc) Bitcoin ABC is a full node implementation of the Bitcoin Cash protocol. The dominant mining implementation, C/C++.
- [BitcoinUnlimited](https://www.bitcoinunlimited.info/) [src](https://github.com/BitcoinUnlimited/BitcoinUnlimited) A full node implentation focused on supporting user needs.
- [BCHN](https://bitcoincashnode.org/) [src](https://gitlab.com/bitcoin-cash-node/bitcoin-cash-node) A descendant of the Bitcoin Core and Bitcoin ABC software projects with independant development team. C/C++.
- [bchd](https://bchd.cash/) [src](https://github.com/gcash/bchd) An alternative full node bitcoin cash implementation written in Go (golang)
- (Bitcoin Verde)[https://bitcoinverde.org/] [src](https://github.com/softwareverde/bitcoin-verde)[docs](https://bitcoinverde.org/documentation/) A Java implementation with the goal of being interoperable with mining nodes
- [flowee](https://flowee.org/) [src](https://gitlab.com/FloweeTheHub) A full node supporting a suite of software focued on payment integration.
## Wallets
### Desktop
- [Electron-Cash][https://electroncash.org](https://github.com/Electron-Cash/Electron-Cash) - the awesome SVP wallet for Bitcoin Cash - Accept no imitations
#### Electron-Cash Plugins
- [CashFusion](https://cashfusion.org/) plugin for privately and trustlessly joining coin amounts.
- [Flipstarter](https://gitlab.com/flipstarter/flipstarter-electron-cash) plugin for crowdfunding
- [Bitbox SDK](https://developer.bitcoin.com/bitbox/)[& docs](https://developer.bitcoin.com/bitbox/docs/getting-started) for interacting with BCH via bitcoin.com