Coder Social home page Coder Social logo

quang7hong81 / bitcoincash Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 12 KB

Bitcoin Cash

Home Page: https://bitcoincash.org

License: MIT License

thong-ngo bitcoin-cash bitcoincash bitcoin-payment bitcoin-price bitcoind bitcore-wallet-service bitcoin-wallet bitcore-library bitcore-lib bitcoinabc jekyll bitcoin

bitcoincash's Introduction

THONG NGO [Bitcoin Cash]

(img/ab.c-logo.png "the Accept Bitcoin Cash initiative")

A community-curated list of sites/merchants that accept [Bitcoin Cash] (https://www.bitcoincash.org), 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] (https://github.com/acceptbitcoincash/acceptbitcoincash/issues). Learn how to do either by reading our contribution guidelines. ![Build Status](https://travis-ci.org/acceptbitcoincash/acceptbitcoincash.svg? branch=master) [![GitHub pull-requests](https://img.shields.io/github/issues- pr/acceptbitcoincash/acceptbitcoincash.svg)] (https://github.com/acceptbitcoincash/acceptbitcoincash/pulls/) [![GitHub issues-closed](https://img.shields.io/github/issues- closed/acceptbitcoincash/acceptbitcoincash.svg)] (https://github.com/acceptbitcoincash/acceptbitcoincash/issues? q=is%3Aissue+is%3Aclosed) [Twitter] (https://twitter.com/useBitcoinCash) [License] (/LICENSE)

The Goal

The goal is to build a website ([https://acceptBitcoin.cash] (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 https://bitcoincash.org.

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 -p4000: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 https://bitcoincash.org.

License

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

bitcoincash's People

Stargazers

 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.