Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.02 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.02 KB

bitgo-wallet

Code Climate Codeship Status for summerisgone/bitgo-wallet

Prerequisites

You will need the following things properly installed on your computer.

Also you will need BitGo test network account, get it on test.bitgo.com.

Installation and build

  • git clone <repository-url> this repository
  • cd bitgo-wallet
  • npm install
  • npm run build

Running built-in development server

Running Tests

  • npm run lint
  • npm test
  • npm run coverage