Skip to content

Commit dbf1f34

Browse files
committed
initial commit
0 parents  commit dbf1f34

File tree

2,021 files changed

+724313
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,021 files changed

+724313
-0
lines changed

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# gopaycoin
2+
3+
![](https://github.com/stunndard/gopaycoin/blob/master/public/img/screenshot.png?raw=true)
4+
5+
## What is it
6+
gopaycoin is a Bitcoin payment gateway allowing anyone to accept Bitcoins payments on their website without relying on any 3rd party
7+
to accept your payments. Why trust your money to someone else even if they look good? And pay them fees too? Thanks, but no.
8+
9+
## Features
10+
- Accepts BTC payments
11+
- Shows nice invoice page to the customer
12+
- Processes refunds automatically if payment is not enough or overpaid
13+
- Processes withdrawals to your cold wallet automatically
14+
- Very easy integration with your website or service
15+
16+
## How it works
17+
- You create a payment with required amount in USD by making just one API call
18+
- It will convert the USD amount to BTC using the current market rates
19+
- You can redirect the user to the gopaycoin invoice page so they can complete the payment and see the payment progress. Or you can show them the payment progress by yourself
20+
- You will receive callbacks when the payment is pending and when it is complete
21+
- Payments, refunds and withdrawals to your cold wallet are processed automatically with no manual intervention
22+
23+
## Requirements
24+
- Full Bitcoin Core node version > 0.14.1 is required. We are completely self-hosted, ain't we?
25+
- Mysql for gopaycoin database
26+
27+
## API documentation
28+
- Soon
29+
30+
## Work in progress!!!
31+
- Not recommended to use in production yet.
32+
33+
## Planned:
34+
- Docker and docker-compose. Deploy it with just one command
35+
- Admin web interface
36+

assets/invoice/alert.svg

Lines changed: 16 additions & 0 deletions
Loading

assets/invoice/archived.svg

Lines changed: 28 additions & 0 deletions
Loading

assets/invoice/bitcoin-symbol.svg

Lines changed: 20 additions & 0 deletions
Loading

assets/invoice/caret.svg

Lines changed: 18 additions & 0 deletions
Loading

assets/invoice/checkmark-small.svg

Lines changed: 14 additions & 0 deletions
Loading

assets/invoice/checkmark.svg

Lines changed: 16 additions & 0 deletions
Loading

assets/invoice/chevron.svg

Lines changed: 8 additions & 0 deletions
Loading

assets/invoice/circle-check.svg

Lines changed: 17 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)