- 📚 provider-js: NodeJS-Module for listening to newly created Datasets
- 📚 web-lib: Browser-Library for interation with CrypTour-Contracts
- 📜 contracts: Contracts of CrypTour
Simply load the JS-File, that is in the src-Directory.
There is an example project in the example-Directory. Install dependencies with npm i
and start the webserver with node index.js
. Then navigate to localhost:8080
in your Browser, provided you have MetaMask installed.
The example assumes the contracts repository is in the same parent directory as this repository.
The contracts should be deployed, so that the ABIs are in the build directory.