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.
git clone <repository-url>
this repositorycd bitgo-wallet
npm install
npm run build
npm start
- Visit your app at http://localhost:8080.
npm run lint
npm test
npm run coverage