2021-03-09 09:55:32 -05:00
2020-05-14 17:01:57 -04:00
2020-08-10 07:55:03 -04:00
2020-08-10 15:05:57 -04:00
2020-08-07 18:13:43 -04:00
2020-05-25 17:27:25 -04:00
2020-05-29 14:02:28 -04:00
2020-08-07 18:18:38 -04:00
2020-05-14 10:01:24 -04:00
2021-03-09 09:55:32 -05:00


awesome bitcoin cash

A curated list of Bitcoin Cash projects & resources
awesome

Bitcoin Cash (BCH) is a project to scale bitcoin on-chain as an electronic peer-to-peer payment system for the world. 🚀

📤 a mobile friendly version of this project is formatted from markdown by github pages.

Pull requests are welcome, please see the contribution guidelines.

Contents

Whitepaper

"Bitcoin: A Peer-to-Peer Electronic Cash System" by Satoshi Nakamoto.

Bitcoin Cash is one chain of Satoshi Nakamoto's blockchain invention which was deliberately hard-forked on August 1st, 2017. It shares the whitepaper, first block, and all bitcoin block history prior to the fork. It attempts to implement the central idea outlined in that paper.

Below is a copy of the original nine page whitepaper:

State of the Project

Getting Started

Open-Source Wallets

Below are non-custodial open-source wallets that use features specific to Bitcoin Cash.

Mobile

Desktop

Electron-Cash Plugins

Cli

  • bchwallet - a secure Bitcoin Cash wallet daemon written in Go (golang)
  • openbazaar wallet - an SPV wallet in Go (golang) developed for openbazaar2
  • bitcore-wallet - A command line wallet used for BitPay wallets.

Browser

  • blockparty [src] [docs] - A simple in-browser web wallet using bitbox.earth.
  • mint [src] - Non-custodial web-based tool to manage your SLP tokens.
  • nito [src] - Web wallet designed for easily on-boarding of new users.

Paper/Offline Generator

  • Cash Address Generator - reputable javascript address generator suitable for offline use.
  • BCH Gifts - generate reclaimable preloaded paper private keys as gifts.

Projects Built on Bitcoin Cash

Shipyard

These are up and coming projects in alpha stage (may not be suitable for large transactions):

Shipped

All of these apps are mostly stable and active. Always check the notes of a particualar project before risking a large sum of value. Links are checked on a weekly basis, but function is not checked.

Apps (Social)

  • read.cash - a conventionally hosted long-format blogging platform, with BCH tipping for content.
  • member.cash - longer format social media platform with voting, tipping, moderation and filtering.
  • noise.cash - A Bitcoin Cash powered micro-blogging platform.
  • memo.cash - short message social media site with decentralized SLP token exchange.
  • lazyfox - a Bitcoin Cash powered question and answer / tasking platform.
  • flipstarter [Introduction] [src] - a crowd funding app using anyone can pay multisig transactions.

Decentralized Marketplace

Entertainment

Faucets

Network

SLP Token Projects

Services & Bots

Utilities

Web

In the Boneyard

These ships are apparently in long term storage

  • stack exchange - an unsuccessful initiative to create a Bitcoin Cash stack exchange.

See Also

These are other projects dedicated to listing projects in the Bitcoin Cash ecosystem:

Merchants and Services Accepting Bitcoin Cash

A Short List

These vendors have accepted bitcoin for years and are committed (or sympathetic) toward the idea of electronic cash payments.

Although some of these may appear to only accept Bitcoin (BTC), they do, in fact, accept Bitcoin Cash also.

Geographic lists

  • member map - permanent on-chain geographic tags utilizing extensions to the memo protocol.
  • Bitcoin.com map - website and mobile app for discovering merchants, formerly marco coino.
  • Greenpages map - merchant finder with advanced filtering.

Projects dedicated to listing or enabling eCommerce.

Some Charities and Foundations

Just some good charities for the world at large.

  • Tails - The Amnesic Incognito Live System, is a security-focused Debian-based Linux distribution aimed at preserving privacy and anonymity.
  • Save the Children - A United Kingdom based charity, founded in 1919, to improve the lives of children through better education, health care, and economic opportunities, as well as providing emergency aid in natural disasters, war, and other conflicts. (Cryptocurrency donations are powered by The Giving Block)
  • Electronic Freedom Foundation - dedicated to ensuring that technology supports freedom, justice, and innovation for all the people of the world.
  • Bitpay Charity Directory A list of charities that accept Bitcoin Cash and other cryptocurrencies.

eCommerce Merchant Resources

Bitcoin Cash Open-Source plugins

BCH-to-Fiat Payment Processors

Loyalty Programs

  • HoneyPay - Customer loyalty point card system using SLP.

Payment Processor Status

Documentation

Roadmaps

  • Coin Dance list - with broader developments and proposals in various states from many groups.

General

Base Protocol

Secondary protocols

Bitcoin Cash Standards is a site dedicated to collecting, some of which are listed below:

Bitcoin Script

Software

Full Nodes

  • BCHN [src] [docs] - a descendant of the Bitcoin Core and Bitcoin ABC software projects with independent development team. C/C++.
  • BitcoinUnlimited [src] - a full node implentation focused on supporting user needs, C/C++.
  • Flowee the Hub [src] - a node supporting a suite of software focused on payment integration. C++
  • bchd [src] [docs] - alternative implementation written in Go (golang)
  • Bitcoin Verde [src] [docs] - java implementation with the goal of being interoperable with mining nodes.
  • Knuth [src]- a high performance implementation of the Bitcoin protocol focused on applications needing extra capacity and resilience.

Full Node Developer Resources

Open-Source Teams Building on Bitcoin Cash

If you want to go fast, go alone. If you want to go far, go together.

-- An African Proverb.

There are various groups developing software stacks & apps for the broader ecosystem.

  • Simple Ledger [repos] - Group leading SLP token integration. (Typescript & Python)
  • General Protocols [repos] - Team researching and developing protocols for non-custodial and trustless networks using BitBox. (Typescript and Javascript)
  • Electron Cash [repos] - Team maintaining a desktop SPV wallet with plugins and mobile app (Python)
  • Bitcoin.com [repos] - Prolific group developing webapps, mobile apps, and new tooling, deployed at bitcoin.com. (Typescript with some Javascript et al.)
  • Flowee [repos] - Team maintaining a non-mining full node and services to access the Bitcoin Cash network. (C++, NodeJs et al)
  • gcash [repos] - Team building apps, a wallet and tooling using an alternative full node directly. (Golang)
  • FullStack Cash [repos] - Team building web/ipfs apps based on BitBox compatible stack. (Javascript)

Simple Payment Verification (SPV)

Simple Ledger Protocol (SLP Token) Enabled Tooling

Libraries & SDKs

Language Agnostic

Typescript

  • PayButton [src] - Front end library that makes it easier to accept Bitcoin Cash by adding a buy button.
  • Bitbox SDK [docs] [src] - library for interacting with BCH via rest.bitcoin.com.
  • Badger SDK - browser extension wallet supporting BCH and SLP on webpages.
  • Libauth [src] - an ultra-lightweight, zero-dependency library for Bitcoin Cash and Bitauth applications. (Formerly bitcoin-ts.)
  • electrum-cash [docs] [tutorials] - JavaScript library that lets you connect with one or more Electrum servers.
  • flowee-js [docs] [src] - Bindings for using Flowee applications and libraries with the NodeJS JavaScript engine.
  • mainnet-js [src] - Typescript library, also available over rest.
  • bchd grpc web-client - protobuf based javascript client for interacting with bchd full nodes.

Javascript

Python

Java

C

PHP

  • cashp - Library for BCH and SLP tokens.
S
Description
[copy of] The awesomebitcoin.cash directory of places on the web.
Readme MIT 455 KiB
Languages
CSS 75.4%
JavaScript 24.6%