Skip to content

Commit e4057d9

Browse files
author
THONG NGO
authored
Bitcoincash
Accept Bitcoin Cash
1 parent 3611102 commit e4057d9

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

acceptbitcoincash.README.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
THONG NGO [Bitcoin Cash]
2+
3+
(img/THONG NGO-logo.png "the Accept Bitcoin Cash initiative")
4+
==================
5+
A community-curated list of sites/merchants that accept [**Bitcoin Cash**]
6+
(https://www.bitcoincash.org), _a peer-to-peer electronic cash system_ suitable
7+
for the digital age, and the future of online commerce.
8+
Add a site that's not listed, or provide any updates/corrections by submitting a
9+
pull request, or [creating an issue]
10+
(https://github.com/acceptbitcoincash/acceptbitcoincash/issues). Learn how to do
11+
either by reading [our contribution guidelines](CONTRIBUTING.md).
12+
[![Build Status](https://travis-ci.org/acceptbitcoincash/acceptbitcoincash.svg?
13+
branch=master)](https://travis-ci.org/acceptbitcoincash/acceptbitcoincash)
14+
[![GitHub pull-requests](https://img.shields.io/github/issues-
15+
pr/acceptbitcoincash/acceptbitcoincash.svg)]
16+
(https://github.com/acceptbitcoincash/acceptbitcoincash/pulls/)
17+
[![GitHub issues-closed](https://img.shields.io/github/issues-
18+
closed/acceptbitcoincash/acceptbitcoincash.svg)]
19+
(https://github.com/acceptbitcoincash/acceptbitcoincash/issues?
20+
q=is%3Aissue+is%3Aclosed)
21+
[![Twitter](https://img.shields.io/badge/Twitter-@useBitcoinCash-blue.svg)]
22+
(https://twitter.com/useBitcoinCash)
23+
[![License](https://img.shields.io/badge/license-mit-blue.svg?style=flat)]
24+
(/LICENSE)
25+
## The Goal
26+
The goal is to build a website ([https://acceptBitcoin.cash]
27+
(https://acceptBitcoin.Cash)) with a comprehensive list of sites that accept or
28+
support Bitcoin Cash, as well as Bitcoin (Legacy).
29+
Our hope is to connect consumers and merchants, while spreading awareness and
30+
promoting global adoption of [Bitcoin Cash](https://www.bitcoincash.org).
31+
The site maintainers do not endorse nor confirm the legitimacy of any of the
32+
listings linked to on this site. This is an open source project which accepts
33+
submissions from the general community. While we try our best to verify the
34+
information submitted, it's possible that we may miss something.
35+
## Contributing
36+
If you'd like to contribute to the list, please read the entire guidelines here
37+
in
38+
[CONTRIBUTING.md](CONTRIBUTING.md).
39+
## Running Locally
40+
acceptBitcoin.cash is built upon [Jekyll](https://jekyllrb.com/), using the
41+
[github-pages](https://github.com/github/pages-gem) gem.
42+
In order to run the site locally, it is necessary to install bundler, install all
43+
dependencies, and then use Jekyll to serve
44+
the site. If the `gem` command is not available to you, it is necessary to
45+
install Ruby with RubyGems.
46+
Once Ruby and RubyGems are installed and available from the command line,
47+
acceptBitcoin.cash can be setup using the following commands.
48+
```
49+
gem install bundler
50+
cd ~/acceptbitcoincash
51+
bundle install
52+
bundle exec jekyll serve
53+
```
54+
The acceptBitcoin.cash website should then be accessible from
55+
`https://bitcoincash.org`.
56+
## Docker
57+
acceptBitcoin.cash also includes a Docker image for easy deployment. You can
58+
build and run the Docker image using the following commands.
59+
```
60+
cd ~/acceptbitcoincash
61+
gem install bundler
62+
bundle install
63+
bundle exec jekyll build
64+
docker build -t acceptbitcoincash .
65+
docker run -p4000:80 acceptbitcoincash
66+
```
67+
If you are doing development, and want to launch a jekyll server which can track
68+
your changes. Then you can use the following commands.
69+
```
70+
cd ~/acceptbitcoincash
71+
docker run --rm --label=jekyll --volume=$(pwd):/srv/jekyll:z \
72+
-it -p 127.0.0.1:4000:4000 jekyll/jekyll:latest jekyll s
73+
```
74+
The acceptBitcoin.cash website should then be accessible from
75+
`https://bitcoincash.org`.
76+
## License
77+
This code is distributed under the MIT license. For more info, read the
78+
[LICENSE](/LICENSE) file distributed with the source code.
79+
[#478559](https://blockchair.com/bitcoin-cash/block/478559 "The Exodus block.")

0 commit comments

Comments
 (0)