A contact tracing app built using the IOTA Tangle and based on geo-spatial information about the agents.
This project is inspired by the BeepTrace paper.
After cloning the repo, you only need to run
npm install
and all the dependencies required to run the project should be satisfied. Obviously, you must have node
and npm
installed on your OS.
First compile the project running
npm run build
Then go inside dist
and open a live server there.
If you run the following command
npm run watch
You can edit any file in src
and automatically new changes will be recompiled in the dist
folder.
Due to the use of experimental JS features for parallelization, compatibility is guaranteed only for Chromium based browsers (e.g. Google Chrome, Brave).