0.0.2 • Published 7 years ago
confirmation-sdk v0.0.2
Confirmation Covenant SDK
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
.cpmlfiles. - ✅ Upload
.cpmlfiles to chain. - 🔍 Match supply and demang across all peers.
Environment requirements
node >= 10.9
npm >= 6.4.1Installation
npm install --save confirmation-sdkDevelopment
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