mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 06:21:44 +01:00
Merge pull request #713 from pavlenex/link
Update Readme, Fix Broken Pebble Link
This commit is contained in:
commit
873c0a183a
2 changed files with 5 additions and 3 deletions
|
@ -28,7 +28,7 @@
|
||||||
{
|
{
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-3 ml-auto text-center">
|
<div class="col-lg-3 ml-auto text-center">
|
||||||
<a href="https://www.pebble.indiesquare.me/ target="_blank"">
|
<a href="https://www.pebble.indiesquare.me/" target="_blank">
|
||||||
<img src="~/img/pebblewallet.jpg" height="100" />
|
<img src="~/img/pebblewallet.jpg" height="100" />
|
||||||
</a>
|
</a>
|
||||||
<p><a href="https://www.pebble.indiesquare.me/" target="_blank">Pebble</a></p>
|
<p><a href="https://www.pebble.indiesquare.me/" target="_blank">Pebble</a></p>
|
||||||
|
|
|
@ -34,16 +34,18 @@ Thanks to the [apps](https://github.com/btcpayserver/btcpayserver-doc/blob/maste
|
||||||
* Self-hosted
|
* Self-hosted
|
||||||
* SegWit support
|
* SegWit support
|
||||||
* Lightning Network support (LND and c-lightning)
|
* Lightning Network support (LND and c-lightning)
|
||||||
* Altcoin support
|
* Tor support
|
||||||
|
* Opt-in Altcoin integrations
|
||||||
* Full compatibility with BitPay API (easy migration)
|
* Full compatibility with BitPay API (easy migration)
|
||||||
* Process payments for others
|
* Process payments for others
|
||||||
* Easy-embeddable Payment buttons
|
* Easy-embeddable Payment buttons
|
||||||
* Point of sale app
|
* Point of sale app
|
||||||
* Crowdfunding app
|
* Crowdfunding app
|
||||||
|
* Payment requests
|
||||||
|
|
||||||
## Supported Altcoins
|
## Supported Altcoins
|
||||||
|
|
||||||
Bitcoin is the only focus of the project and its core developers. However, support is implemented for several altcoins:
|
Bitcoin is the only focus of the project and its core developers. However, opt in integrations for several altcoins maintained by altcoins community is implemented for several altcoins:
|
||||||
|
|
||||||
* Bitcoin Gold (BTG)
|
* Bitcoin Gold (BTG)
|
||||||
* Bitcoin Plus (XBC)
|
* Bitcoin Plus (XBC)
|
||||||
|
|
Loading…
Add table
Reference in a new issue