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).
- 💪 Parse and validate complex
.cpml
files. - ✅ Upload
.cpml
files to chain. - 🔍 Match supply and demang across all peers.
node >= 10.9
npm >= 6.4.1
npm install --save confirmation-sdk
Lints code located in ./src
folder.
Lints test code located in ./test
folder.
Run unit tests
Start running unit tests in watch mode
MIT