- 📚 provider-js: NodeJS-Module for listening to newly created Datasets
- 📚 web-lib: Browser-Library for interation with CrypTour-Contracts
- 📜 contracts: Contracts of CrypTour
Install truffle on your system:
npm install -g truffle
Make sure to have a local blockchain running. See Ganache. Compile the Contracts using:
truffle compile
Deploy them using:
truffle deploy
Test using truffle:
truffle test