oracle-server-ts
v0.0.1-LOCAL
Published
NodeJS package for accessing bitcoin-s oracleServer
Downloads
12
Readme
OracleServerTS
This project is a NodeJS module for making calls to bitcoin-s oracleServer.
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.
