links to lists, added kth, contribution guidelies

This commit is contained in:
2qx
2020-05-13 12:02:57 -04:00
parent eb49c4812d
commit ad2ebc68dc
2 changed files with 75 additions and 18 deletions
+39
View File
@@ -0,0 +1,39 @@
# Motivating Principles
This project was created to serve as a resource for developers, and also from
frustration with lists of dead, inactive, abandoned or closed-source projects.
In an effort to keep this list maintainable, the idea is to be somewhat picky about what is added,
without being a snob. The **guiding metric should be end-user adoption** and not one's personal
opinions about bitcoin.
All the projects and links use Bitcoin Cash, some do so while supporting other currencies, which is awesome.
# Contribution Guidelines
Please ensure your pull request adheres to the following guidelines:
## Before you start
- Make an individual pull request for each suggestion.
- Search previous suggestions before making a new one, as yours may be a duplicate.
## Editorial Guidelines
- Software should be actively maintained and up-to-date with the most recent hard-fork, if that's needed.
- Projects and apps should be functional and ideally have usage by the community.
- Projects which are large and multifaceted may appear in multiple places, but the same link should never be duplicated.
- Everything should be awesome: open-source, functional, uses Bitcoin Cash, have documentation and tests, or has most of these.
- You should not suggest a project you created.
## Formatting
- Use the following format: `[project](link) - a short description.`
- If source code and documentation are available, those may be linked as well: `[project](link) [src](link) [docs](doc) - ...`
- Try to describe projects in their own words.
- Keep descriptions short and simple, but descriptive.
- Check your spelling and grammar.
- End all descriptions with a full stop/period.
- Make sure your text editor is set to remove trailing whitespace.
Thank you for your suggestions!
+26 -8
View File
@@ -1,11 +1,12 @@
# awesome-bitcoin-cash # awesome-bitcoin-cash
A curated list of awesome bitcoin cash dev resources [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
📤 [A shareable link](https://2qx.github.io/awesome-bitcoin-cash/) of this README formatted with github pages A curated list of awesome bitcoin cash dev resources [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
Bitcoin Cash (BCH) is a cryptocurrency forked from the BTC chain aimed at scaling to be an electronic peer-to-peer system for the world. Bitcoin Cash (BCH) is a cryptocurrency forked from the BTC chain aimed at scaling to be an electronic peer-to-peer system for the world.
This project is **not a fork** of the canonical [awesome-bitcoin-cash](https://github.com/dsmurrell/awesome-bitcoin-cash) project with a more general focus. This project is **not a fork** of the canonical [awesome-bitcoin-cash](https://github.com/dsmurrell/awesome-bitcoin-cash), a project with a more general focus.
📤 [a mobile friendly version](https://2qx.github.io/awesome-bitcoin-cash/) of this [project](https://github.com/2qx/awesome-bitcoin-cash) is formatted [a markdown file](https://github.com/2qx/awesome-bitcoin-cash/blob/master/README.md) by github pages.
# Whitepaper # Whitepaper
@@ -22,7 +23,7 @@ This project is **not a fork** of the canonical [awesome-bitcoin-cash](https://g
- [Bitcoin Cash Roadmap](https://www.bitcoincash.org/roadmap.html) - official. - [Bitcoin Cash Roadmap](https://www.bitcoincash.org/roadmap.html) - official.
- [Detailed Specs of Proposed Improvements](https://www.bitcoincash.org/specs/) - an ongoing list of detailed specifications - [Detailed Specs of Proposed Improvements](https://www.bitcoincash.org/specs/) - an ongoing list of detailed specifications
- [Coin Dance List](https://cash.coin.dance/development) - a broader list of developments and proposals in various states from many groups - [Coin Dance List](https://cash.coin.dance/development) - a broader list of developments and proposals in various states from many groups
- [Canonical awesome-bitcoin-cash](https://github.com/dsmurrell/awesome-bitcoin-cash) - an awesome early Bitcoin Cash list.
# Developer resources: # Developer resources:
@@ -52,6 +53,7 @@ This project is **not a fork** of the canonical [awesome-bitcoin-cash](https://g
- [bchd](https://bchd.cash/) [[src]](https://github.com/gcash/bchd) - alternative implementation written in Go (golang) - [bchd](https://bchd.cash/) [[src]](https://github.com/gcash/bchd) - alternative implementation written in Go (golang)
- [Bitcoin Verde](https://bitcoinverde.org/) [[src]](https://github.com/softwareverde/bitcoin-verde)[[docs]](https://bitcoinverde.org/documentation/) - java implementation with the goal of being interoperable with mining nodes - [Bitcoin Verde](https://bitcoinverde.org/) [[src]](https://github.com/softwareverde/bitcoin-verde)[[docs]](https://bitcoinverde.org/documentation/) - java implementation with the goal of being interoperable with mining nodes
- [flowee TheHub](https://flowee.org/) [[src]](https://gitlab.com/FloweeTheHub) - a node supporting a suite of software focused on payment integration. C++ - [flowee TheHub](https://flowee.org/) [[src]](https://gitlab.com/FloweeTheHub) - a node supporting a suite of software focused on payment integration. C++
- [Knuth](https://kth.cash/) [[src]](https://github.com/k-nuth/kth)- a high performance implementation of the Bitcoin protocol focused on users requiring extra capacity and resilience.
## Open Source Wallets ## Open Source Wallets
@@ -62,6 +64,7 @@ This project is **not a fork** of the canonical [awesome-bitcoin-cash](https://g
- [Flipstarter Plugin](https://gitlab.com/flipstarter/flipstarter-electron-cash) - plugin for crowdfunding - [Flipstarter Plugin](https://gitlab.com/flipstarter/flipstarter-electron-cash) - plugin for crowdfunding
- [Mecenas Plugin](https://github.com/KarolTrzeszczkowski/Mecenas-recurring-payment-EC-plugin/releases) - recurring payments - [Mecenas Plugin](https://github.com/KarolTrzeszczkowski/Mecenas-recurring-payment-EC-plugin/releases) - recurring payments
- [Last Will](https://github.com/KarolTrzeszczkowski/Electron-Cash-Last-Will-Plugin) - dead man smart contract creation - [Last Will](https://github.com/KarolTrzeszczkowski/Electron-Cash-Last-Will-Plugin) - dead man smart contract creation
- [More Comprehensive List](https://blog.imaginary.cash/index.php/electron-cash-plugins/) - hosted by im_uname
### Mobile ### Mobile
- [Electron-Cash](https://electroncash.org) - Android and iOS version available with limited functionality - [Electron-Cash](https://electroncash.org) - Android and iOS version available with limited functionality
@@ -83,8 +86,7 @@ This project is **not a fork** of the canonical [awesome-bitcoin-cash](https://g
## General Libraries & Software Development Kits: ## General Libraries & Software Development Kits:
### Javascript ### Javascript
- [Bitcoin Cash JavaScript Library based on BITBOX - [Bitcoin Cash JavaScript Library based on BITBOX](https://fullstack.cash) [[docs]](https://bchjs.cash/bch-js/index.html) - Chris Troutner's Bitcoin Cash stack
](https://fullstack.cash)[[docs]](https://bchjs.cash/bch-js/index.html) - Chris Troutner's Bitcoin Cash stack
- [libcash-js](https://developers.cash/resource/libcash-js/default) - javascript library using the flowee api - [libcash-js](https://developers.cash/resource/libcash-js/default) - javascript library using the flowee api
- [bchd grpc web-client](https://github.com/simpleledgerinc/grpc-bchrpc-web) - protobuf based javascript client for interacting with bchd full nodes - [bchd grpc web-client](https://github.com/simpleledgerinc/grpc-bchrpc-web) - protobuf based javascript client for interacting with bchd full nodes
@@ -112,11 +114,22 @@ This project is **not a fork** of the canonical [awesome-bitcoin-cash](https://g
# Adoption # Adoption
The following apps are either opensource or useful
## More Comprehensive Lists
There have been many projects built on Bitcoin Cash. This list doesn't attempt to be comprehensive, but the project may be found here:
- [Canonical awesome-bitcoin-cash](https://github.com/dsmurrell/awesome-bitcoin-cash) - the original.
- [Bitcoin Cash Projects](https://www.bitcoin.com/bitcoin-cash-projects/) - A list of projects maintained by bitcoin.com
- [A Project Developments](https://keepbitcoinfree.org/bch-dev/) - A list of projects maintained by KeepBitcoinFree
### Shipyard ### Shipyard
These are up and coming projects in beta: These are up and coming projects in beta:
- [causes.cash](https://causes.cash/) - a site for creating your own fundraising campaign - [causes.cash](https://causes.cash/) [[src]](https://gitlab.com/bchplease/causes.cash) - a site for creating your own fundraising campaign
[comment]: <> (announced 2020-05-12)
## Apps ## Apps
@@ -144,6 +157,11 @@ These are up and coming projects in beta:
- [Pay Button](https://paybutton.org/docs/) [[src]](https://github.com/PayButton/paybutton) - a simple snippet to accept Bitcoin Cash on your website - [Pay Button](https://paybutton.org/docs/) [[src]](https://github.com/PayButton/paybutton) - a simple snippet to accept Bitcoin Cash on your website
### Utilities
- [CashAccount](https://www.cashaccount.info/) - Online utility for cashaccounts or Bitcoin Cash handles.
- [Bitcoin.com Tools](https://tools.bitcoin.com/) - A mix of Bitcoin utilities
### Bots ### Bots
- [chaintip](https://www.chaintip.org) - an on-chain non-custodial tipping bot for reddit/twitter & github. - [chaintip](https://www.chaintip.org) - an on-chain non-custodial tipping bot for reddit/twitter & github.
@@ -165,7 +183,7 @@ These ships are apparently in long term storage
- [Learn Bitcoin dot Cash](https://learnbitcoin.cash/) - Letsencrypt expired Monday, April 27, 2020 at 2:24:48 PM - [Learn Bitcoin dot Cash](https://learnbitcoin.cash/) - Letsencrypt expired Monday, April 27, 2020 at 2:24:48 PM
- [BCH Pizza](https://www.bchpizza.org) - Connection Refused - [BCH Pizza](https://www.bchpizza.org) - Connection Refused
- [SLPDEX](https://slpdex.cash/) [[src]](https://github.com/slpdex/slpdex) - Decentralized token exchange - [SLPDEX](https://slpdex.cash/) [[src]](https://github.com/slpdex/slpdex) - Decentralized token exchange, errors
## eCommerce ## eCommerce