The following document is a step-by-step guide to install and test wallet-client.
Use the following steps to Install wallet-client from the npmjs repository and run it with defaults.
npm install @owstack/wallet-client
cd wallet-clientUse 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 installUse the following to run tests
npm testUse the following to run coverage during testing
npm run coveragemake