• Stars
    star
    378
  • Rank 113,272 (Top 3 %)
  • Language
    Shell
  • Created about 7 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

BTCPay Server Official Documentation

BTCPay Server Documentation

Build Status

Introduction

BTCPay Server is an open-source, self-hosted payment processor for Bitcoin and other cryptocurrencies.

If you have trouble using BTCPay Server, consider joining the communities listed on the official website to get help from community members.

Only file a Github issue for technical issues you can't resolve through other channels or feature requests you've validated with other members of community.

Please check out our official website, our complete documentation and FAQ for more details.

Contributing

Pull requests are welcome and appreciated. To contribute to BTCPay Server, first check the contributing guidelines.

If you're beginner, take a look at the step by step guide on how to contribute to BTCPay Server documentation below.

Contributing to Documentation

Build the Documentation Locally

In order to build the website locally, you'll need Node.js >= 12.16 (or basically the latest LTS version). A prerequisite for the setup-deps.sh script is jq.

The setup is straight forward:

# Install dependencies
npm install

# Link external doc repos
./setup-deps.sh

# Serve locally (by default on port 8080)
npm start

Text Highlights

There are three types of text highlights that can be used to display different colored boxes.

A green box displaying a friendly tip:

:::tip
foo
:::

A yellow box with a cautious warning:

:::warning
foo
:::

A red box with a clear danger, you can also add a title foo to any container:

:::danger foo
bar
:::

SEO improvements

We are using the Vuepress SEO plugin to add relevant meta tags to the site and individual pages.

To improve the meta attributes of a specific page, you can add them as YAML frontmatter like this: (see the WooCommerce page for an example)

---
description: How to integrate BTCPay Server into your WooCommerce store.
tags:
- WooCommerce
- WordPress
- Plugin
- eCommerce
---
# WooCommerce integration

This document explains how to **integrate BTCPay Server into your WooCommerce store**.

Embedding YouTube videos

To add a YouTube video with a preview, you can so so by linking to it like this:

[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/YOUTUBE_VIDEO_ID_HERE/mqdefault.jpg)](https://www.youtube.com/watch?v=YOUTUBE_VIDEO_ID_HERE)

Note that the link item need to be a preview image (either from YouTube or a custom one) to result in an embedded video.

External documentation repos

The build documentation site combines a bunch of docs living in different repositories.

Before the build we check out the other repositories, copy their docs into the right places and link them just as the docs in this repo.

The process for that is defined in the setup-deps.sh script.

External repos can trigger the docs build whenever they change. You can use GitHub's repository_dispatch feature for this, which is exposed via the API:

curl -X POST https://api.github.com/repos/btcpayserver/btcpayserver-doc/dispatches \
  -u "${{ secrets.GH_PAT }}" \
  -H "Accept: application/vnd.github.everest-preview+json" \
  -H "Content-Type: application/json" \
  --data '{"event_type": "build_docs"}'

The GH_PAT needs to be a personal access token.

Supporters

The BTCPay Server Project is proudly supported by these entities through the BTCPay Server Foundation.

Spiral Baillie Gifford Strike Human Rights Foundation Escape to El Salvador LunaNode Wallet of Satoshi Coincards IVPN

If you'd like to support the project, please visit the donation page.

More Repositories

1

btcpayserver

Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor.
C#
6,371
star
2

btcpayserver-docker

Docker resources for hosting BTCPayServer easily
Shell
575
star
3

BTCPayServer.Vault

Sign with software or hardware wallets
C#
161
star
4

BTCPayServer.Lightning

Client library for lightning network implementations to build Lightning Network Apps in C#.
C#
96
star
5

node-btcpay

BTCPay NodeJS client
TypeScript
84
star
6

btcpay-python

Python client for the BTCPay API.
Python
81
star
7

btcTransmuter

A self-hosted ,modular IFTTT-inspired system for bitcoin services written in C#
C#
80
star
8

woocommerce-plugin

Plugin for connecting Woocommerce with BTCPayServer
PHP
51
star
9

btcpayserver.org

BTCPay Server Official Website Repository
CSS
41
star
10

directory.btcpayserver.org

BTCPay Server Directory - Merchants, Projects & Charities accepting Bitcoin
JavaScript
32
star
11

btcpayserver-php-client

PHP implementation for the BTCPayServer cryptographically secure RESTful API
PHP
30
star
12

dockerfile-deps

Repository hosting some Dockerfile used for external dependencies
Dockerfile
28
star
13

btcpayserver-greenfield-php

PHP
28
star
14

btcpayserver-design

BTCPay Server Design System
CSS
23
star
15

whmcs-plugin

WHMCS plugin for BTCPay
PHP
22
star
16

btcpayserver-plugins

A repository storing verified BTCPay Server Plugins.
AGS Script
19
star
17

organization

Open-organization, meetings, calendars, project management
17
star
18

woocommerce-greenfield-plugin

BTCPay Server for WooCommerce V2 plugin.
PHP
16
star
19

prestashop-plugin

Prestashop module for BTCPay Server payment integration
PHP
15
star
20

btcpayserver-googlecloud

Instructions to deploy BTCPay Server with a Google Cloud account
PowerShell
15
star
21

btcpayserver-infra

The docker compose running several services for the BTCPay Server community
Shell
14
star
22

btcpayserver-plugin-template

A template for your own BTCPay Server plugin.
C#
14
star
23

blog

BTCPay Server Official Blog
Stylus
13
star
24

php-bitpay-client

PHP implementation for the BitPay cryptographically secure RESTful API
PHP
13
star
25

zapier

BTCPay Server Zapier Integration
JavaScript
13
star
26

btcpayserver-configurator

An easy UI to configure new and existing BTCPay deployments.
CSS
12
star
27

btcpayserver-azure

Instructions to deploy BTCPay Server with an Microsoft Azure account
Shell
11
star
28

commerce_btcpay

BTCPay server plugin for Drupal Commerce 2.x
PHP
9
star
29

prestashop-plugin-legacy

Prestashop plugin for BTCPay Server
PHP
9
star
30

BTCPayServer.BIP78

a BIP78 Payjoin implemention in C# for both sender and receiver.
C#
7
star
31

btcpayserver-media

Media asset for BTCPayServer
7
star
32

btcpayserver-plugin-builder

A server building plugins for BTCPay Server
C#
6
star
33

app

C#
6
star
34

BTCPayServer.BoltCardTools

C#
6
star
35

xenforo

PHP
5
star
36

magento2-plugin

PHP
5
star
37

odoo

BTCPay Server addon for Odoo
Python
5
star
38

docker-compose-builder

Repository building docker-compose images
Dockerfile
4
star
39

foundation.btcpayserver.org

The official website of the BTCPay Server Foundation
CSS
4
star
40

docker-woocommerce

Archived and moved to the https://github.com/btcpayserver/dockerfile-deps repo. A wordpress image with woocommerce and BTCPayServer plugin pre-installed.
Shell
4
star
41

grandnode

BTCPay plugin for GrandNode
C#
3
star
42

opencart

OpenCart payment extension for BTCPay Server.
PHP
3
star
43

ledgerwebsocket

A websocket bridge to connect transport U2F of ledger to a wallet
TypeScript
3
star
44

nopcommerce

C#
2
star
45

btcpayserverslackbot

C#
1
star
46

db-doc-generator

Shell
1
star
47

joomla-virtuemart

Joomla Virtuemart 3 Integration
PHP
1
star
48

btcpayserver-installer

Because I felt like I had enough time to create another side project
Vue
1
star