This project is the result of this tutorial: https://docs.worldsibu.com/article/89-tutorial
# Start your blockchain network and install the smart contract
npm start
# Important: This first call takes some seconds as it provisions the containers needed to run the smart contract
# Create some seed data to play with the project
npm run seed
# Run the API
npx lerna run start --scope server --stream
npm test
Check all the information to work with Convector in the DOCS site.