0.0.2 • Published 5 years ago

confirmation-sdk v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Confirmation Covenant SDK

npm package

The library is used for uploading trade .cpml files to blockchain and match them with opposite needed (f.e. buy trade matches with sell trade and and vice versa).

Features

  • 💪 Parse and validate complex .cpml files.
  • ✅ Upload .cpml files to chain.
  • 🔍 Match supply and demang across all peers.

Environment requirements

node >= 10.9
npm >= 6.4.1

Installation

npm install --save confirmation-sdk

Development

npm run format

Lints code located in ./src folder.

npm run format:test

Lints test code located in ./test folder.

npm run test

Run unit tests

npm run test:watch

Start running unit tests in watch mode

License

MIT