You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a NodeJS RESTfull API which uses Bitcore library to generate a 2-of-3 Bitcoin addresses using HD keys and implement bitcoin transactions (send/receive).
Installation
(Pre-requisites: Node is already installed and running)
npm install bitcore
About
This is a NodeJS RESTfull API which uses Bitcore library to generate Bitcoin addresses and implement transactions.