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