Smart contracts of the Winding Tree platform.
The smart contracts in the hotel folder are designed to upload inventory and interact with it in the WT platform.
LTS Node 8.9.4 is required for running the tests.
git clone https://github.com/windingtree/wt-contracts
npm install
-
To run all tests:
npm test
-
To run a specific test:
npm test -- test/WTHotel.js
-
To generate coverage report:
npm run coverage
Líf Token is open source and distributed under the GPL v3 license.