I am very new in node.js, I am creating a bitcoin application in php and I need to use Bitgo API for creating wallet address and bitcoin transfer.
Bitgo have there API in node.js only. Please help me to call node.js API inside my php code.
Here is the API listed.
https://www.bitgo.com/api/?javascript#create-address
On user signup I need to execute the Bitgo API for creating addresses inside wallet. Bitgo returns the wallet address in response and I have to store in my database.
Thanks in advance!
BitGo provides a simple and robust REST-ful API as well as a simple client javascript SDK to integrate multi-signature technology into your existing bitcoin applications and services.npmyou can implement client side javascript SDKhttps://github.com/BitGo/BitGoJS, its not required nodejs