SylTi / bitfunding

Bitcoin Crowdfunding in MEAN
http://bitfunding.herokuapp.com/
7 stars 7 forks source link

Bitcoin part #7

Closed SylTi closed 9 years ago

SylTi commented 9 years ago

Since we don't want to have a bitcoind running in local, once we have generated the public key of the user with bitcoinjs we need to use https://blockchain.info/fr/api/api_receive and create the associated route in the server to received notification when the balance change.

We will prob need to hack something with https://blockchain.info/pushtx to push the transaction on the network though

some exemple for bitcoinjs: https://helloblock.io/docs/tutorials/how-to-build-a-wallet-1