@bitcoin-s-ts/wallet-ts
v1.9.7
Published
NodeJS package for accessing bitcoin-s wallet
Downloads
33
Readme
WalletServerTS
This project is a NodeJS module for making calls to bitcoin-s appServer.
Install Dependencies
This project requires local NodeJS https://nodejs.org/. Run npm i in the project root to install project dependencies.
Build
Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.
Test
Run npm run test to start JavaScript invocation test script.
