Skip to content

summerisgone/bitgo-wallet

Repository files navigation

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