Skip to content

Latest commit

 

History

History
executable file
·
14 lines (11 loc) · 405 Bytes

README.md

File metadata and controls

executable file
·
14 lines (11 loc) · 405 Bytes

Bitcoin-Exchange-Boilerplate

Boilerplate Code for a Bitcoin Exchange using the BitGo API

No license or restrctions applied. Feel free to fork or modify at your own use. Pull requests will be graciously considered.

Installation

  • Install NodeJs,Yarn,Express,MongoDB
  • Add your own access token under /server/routes/api.js(need a BitGo account for this)
  • yarn
  • cd www/
  • yarn
  • cd ..
  • npm start