Files
awesomebitcoin.cash/README.md
T
2020-10-20 09:44:37 -04:00

29 KiB


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:

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

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.
  • flipstarter [Introduction] [src] - a crowd funding app using anyone can pay multisig transactions.
  • memo.cash - short message social media site with decentralized SLP token exchange.

Decentralized Marketplace

  • OpenBazaar - desktop (daemon w/ electron app) p2p marketplace using multisig transactions.
  • Havenapp - mobile implementation of openbazaar.

Entertainment

Faucets

Network

SLP Token Projects

Services & Bots

Utilities

Web

In the Boneyard

These ships are apparently in long term storage

  • 💚 lazyfox - a Bitcoin Cash powered question and answer / tasking platform, 🚧 under revision.
  • 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.

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

  • meep - a command line Bitcoin Cash script debugger.
  • bitauth ide [src] [video intro] - an integrated development environment for bitcoin authentication.
  • spedn [src] [docs] - a high level smart contract language that compiles to Bitcoin Cash Script.
  • Cashscript - a solidity-style language that compiles to Bitcoin Cash 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 for 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)

SPV servers

SLP Token Enabled Tooling

Libraries & SDKs

Javascript

Typescript

  • 💚 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.
  • 💚 bchd grpc web-client - protobuf based javascript client for interacting with bchd full nodes.

Python

Java

C

PHP

  • cashp - Library for BCH and SLP tokens

Language Agnostic