Skip to content

An app that serves as a bitcoin escrow and allows sending of bitcoins directly to twitter usernames

Notifications You must be signed in to change notification settings

zenterp/sendthembitcoins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

--------- HTTP JSON REST API---------

POST /api/apivoices

Required Params:

recipient_twitter_username : String
bitcoin_amount             : Float

Redirects to coinbase invoice payment page

The clients will need to be able to see a list of the signed-in user's available gifts for claiming.

GET /api/user/gifts

Session Required

Returns an array of gifts available to be claimed.

gift_amount: Float,
claim_url: URL

POST /api/user/gifts/:id

Required Params:

receipt_bitcoin_address: BitcoinAddress

About

An app that serves as a bitcoin escrow and allows sending of bitcoins directly to twitter usernames

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published