Bitcoin Forum

Other => Beginners & Help => Topic started by: bitsapient on October 29, 2013, 12:24:47 AM



Title: Webapp with bitcoin payment/receiving. How to do it on Heroku?
Post by: bitsapient on October 29, 2013, 12:24:47 AM
Hi all,


I am currently working on a project developing a web app that will be both receiving and paying bitcoins to users. I've found some resources how to do so by hosting your own server running bitcoind, but since my web app will be running on Heroku I am not sure if this is an option.

Does anyone happen to know any resources for bitcoin payments, ideally implemented through node.js? Thanks all for the help!


Title: Re: Webapp with bitcoin payment/receiving. How to do it on Heroku?
Post by: nahtnam on October 29, 2013, 05:07:35 AM
Blockchain.info inputs.io and coinbase all have json API's you can use.


Title: Re: Webapp with bitcoin payment/receiving. How to do it on Heroku?
Post by: Engine-IT on October 30, 2013, 10:35:58 AM
https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list
https://en.bitcoin.it/wiki/API_reference_%28JSON-RPC%29


Title: Re: Webapp with bitcoin payment/receiving. How to do it on Heroku?
Post by: bitsapient on October 31, 2013, 12:37:44 AM
Exactly what I was looking for. Thanks very much for the help!