GithubHelp home page GithubHelp logo

mjabuz / acceptbitcoincash Goto Github PK

View Code? Open in Web Editor NEW

This project forked from krobertson/acceptbitcoincash

0.0 1.0 0.0 15.36 MB

Community-curated list of sites/merchants that accept Bitcoin Cash. Submit a pull request with your contribution to add! Read below for help.

Home Page: http://acceptBitcoin.cash

License: MIT License

Ruby 3.51% HTML 48.56% CSS 25.65% JavaScript 9.59% Python 12.69%

acceptbitcoincash's Introduction

Bitcoin Cash

The acceptBitcoin.Cash Initiative

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.

GitHub pull-requests GitHub issues-closed Twitter License

The Goal

The goal is to build a website (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.

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 \
  -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

acceptbitcoincash's People

Contributors

adeishs avatar alessiocasco avatar carlgo11 avatar cez81 avatar computmaxer avatar deadr0ck avatar dsoegijono avatar eswat avatar fpigerre avatar ilyakatz avatar jamcat22 avatar jawshy avatar jdavis avatar jrkong avatar kenman345 avatar ld3300 avatar mxxcon avatar psgs avatar rawb0t avatar richjeanes avatar rugk avatar seanhood avatar smholloway avatar stephengroat avatar stevoisiak avatar t0p0lin0 avatar terrance avatar trogau avatar victorhaggqvist avatar zach-taylor avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.