The WindingTree market protocol SDK
To find the documentation of the SDK please follow the https://windingtree.github.io/sdk
This repository uses
pnpm
package manager.
pnpm install
pnpm build
pnpm test
After finishing of tests code coverage script, you can find reports in ./coverage/index.html
pnpm example:server
pnpm example:node
pnpm example:client
# pnpm example:manager
When started the protocol client web-app example will be available on http://localhost:5173 and the node manager app on http://localhost:5174