An open API service indexing awesome lists of open source software.

https://github.com/bumi/bip70-example

This is an example of a BIP70 Bitcoin payment protocol implementation (client/server)
https://github.com/bumi/bip70-example

Last synced: about 1 year ago
JSON representation

This is an example of a BIP70 Bitcoin payment protocol implementation (client/server)

Awesome Lists containing this project

README

          

## BIP 70 Example

This is an example of a BIP 70 implementation.
The server (server.rb) is implemented in ruby and sinatra as web framwork.
The client (wallet.java) is an example using the [bitcoinj](http://bitcoinj.org) bitcoin implementation.

## Usage

1. create your keys and ideally get a signed certificate
2. run `ruby server.rb`
3. open your wallet with the bitcoin URL: bitcoin:1D3PknG4Lw1gFuJ9SYenA7pboF9gtXtdcD?amount=100000&r=http://localhost:4567/invoice

please note that the wallet.java is only part of the wallet implementation that is relevant to using the payment request protocol. (!)

## Questions?

please comment on the blog post on: [michaelbumann.com/post/140...](http://michaelbumann.com/post/140637377117/example-clientserver-implementing-of-the-bitcoin)
or send an email to hello@michaelbumann.com

## Contact

Michael Bumann
hello@michaelbumann.com

[michaelbumann.com](http://michaelbumann.com)