- First, clone the repostitory using the
git clone
command or download the zip archive. - Then, install dependencies.
cd Symboleo2SC-demo
npm install
- To test the generated smart contracts run the below commands:
npm test .\test\DataProcessingAgreement.test.js
npm test .\test\MeatSale.test.js
npm test .\test\TransactiveEnergy.test.js