Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Btcpayserver | 4,920 | 16 hours ago | 15 | April 28, 2022 | 65 | mit | C# | |||
Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor. | ||||||||||
Eclair | 1,125 | 16 hours ago | 39 | apache-2.0 | Scala | |||||
A scala implementation of the Lightning Network. | ||||||||||
Thunder | 423 | 4 years ago | 24 | agpl-3.0 | Java | |||||
Off-Chain Bitcoin payments using smart contracts | ||||||||||
Phoenix | 388 | 4 days ago | 63 | apache-2.0 | C | |||||
Phoenix is a self-custodial Bitcoin wallet using Lightning to send/receive payments. | ||||||||||
Wallet | 300 | 4 years ago | 101 | mit | JavaScript | |||||
Eclair Mobile | 265 | a year ago | 110 | apache-2.0 | C | |||||
An Android wallet for the Lightning Network | ||||||||||
Protocols | 260 | 3 days ago | 52 | Solidity | ||||||
A zkRollup DEX & Payment Protocol | ||||||||||
Awesome Web Monetization | 251 | 2 months ago | cc0-1.0 | |||||||
🕶️ Stuffs about Web Monetization. Packages, articles, documentation links and others tools. | ||||||||||
Receive Payments Demos | 249 | a year ago | 52 | PHP | ||||||
Blockchain.info Receive Payments API V2 Demos | ||||||||||
Monero Python | 195 | 2 | 5 | 8 months ago | 27 | September 28, 2022 | 7 | bsd-3-clause | Python | |
A comprehensive Python module for handling Monero cryptocurrency |
This repository contains simple examples of how to use the blockchain.info receive payments API V2 to process bitcoin payments.
To use Receive Payments v2 you'll need an xPub address corresponding to an HD wallet. If you don't already have this, you can obtain one by creating a new wallet. You'll also need a V2 API Key — please note that this new API key is mandatory for Receive API v2, and is distinct from the (optional) API key you might already use elsewhere in the Blockchain API.
Further documentation & explanation can be found at: https://blockchain.info/api/api_receive
You'll find samples written in several languages in this repository. The workflow implemented in all these samples is:
This code is intended as educational reference material and is not written for production use.