Skip to content

A community-curated list of sites/merchants that accept Bitcoin Cash, a peer-to-peer electronic cash system. Submit a pull request with your contribution to add! Read below for help.

License

sonofliberty/acceptbitcoincash

 
 

Repository files navigation

Bitcoin Cash

A community-curated list of sites/merchants that accept Bitcoin Cash, a peer-to-peer electronic cash system suitable for the digital age, and the future of online commerce.

Add a site that's not listed, or provide any updates/corrections by submitting a pull request, or creating an issue. Learn how to do either by reading our contribution guidelines.

Build Status GitHub pull-requests GitHub issues-closed Twitter License

The Goal

The goal is to build a website (https://acceptBitcoin.cash) with a comprehensive list of sites that accept or support Bitcoin Cash, as well as Bitcoin (Legacy).

Our hope is to connect consumers and merchants, while spreading awareness and promoting global adoption of Bitcoin Cash.

The site maintainers do not endorse nor confirm the legitimacy of any of the listings linked to on this site. This is an open source project which accepts submissions from the general community. While we try our best to verify the information submitted, it's possible that we may miss something.

Contributing

If you'd like to contribute to the list, please read the entire guidelines here in CONTRIBUTING.md.

Running Locally

acceptBitcoin.cash is built upon Jekyll, using the github-pages gem. In order to run the site locally, it is necessary to install bundler, install all dependencies, and then use Jekyll to serve the site. If the gem command is not available to you, it is necessary to install Ruby with RubyGems. Once Ruby and RubyGems are installed and available from the command line, acceptBitcoin.cash can be setup using the following commands.

gem install bundler
cd ~/acceptbitcoincash
bundle install
bundle exec jekyll serve

The acceptBitcoin.cash website should then be accessible from http://localhost:4000.

Docker

acceptBitcoin.cash also includes a Docker image for easy deployment. You can build and run the Docker image using the following commands.

cd ~/acceptbitcoincash
gem install bundler
bundle install
bundle exec jekyll build
docker build -t acceptbitcoincash .
docker run -p 4000:80 acceptbitcoincash

If you are doing development, and want to launch a jekyll server which can track your changes. Then you can use the following commands.

cd ~/acceptbitcoincash
docker run --rm --label=jekyll --volume=$(pwd):/srv/jekyll:z \
  -it -p 127.0.0.1:4000:4000 jekyll/jekyll:latest jekyll s

The acceptBitcoin.cash website should then be accessible from http://localhost:4000.

License

This code is distributed under the MIT license. For more info, read the LICENSE file distributed with the source code.

#478559

About

A community-curated list of sites/merchants that accept Bitcoin Cash, a peer-to-peer electronic cash system. Submit a pull request with your contribution to add! Read below for help.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 36.5%
  • CSS 30.8%
  • Ruby 11.6%
  • Python 11.0%
  • JavaScript 10.0%
  • Dockerfile 0.1%