Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 710 Bytes

File metadata and controls

31 lines (27 loc) · 710 Bytes

The following document is a step-by-step guide to install and test wallet-client.

Install Wallet Client from NPM

Use the following steps to Install wallet-client from the npmjs repository and run it with defaults.

npm install @owstack/wallet-client
cd wallet-client

Install wallet-client from github source

Use the following steps to Install wallet-client from github source and run it with defaults.

git clone https://github.com/owstack/wallet-client.git
cd wallet-client
npm install

Run tests

Use the following to run tests

npm test

Use the following to run coverage during testing

npm run coverage

Rebuild wallet-client.js

make