This repository uses the nautilus library to interact with any Ocean Protocol based data ecosystem.
Reports are created using one of the available start scripts.
To create a publish audit trail, run
npm run start:audit
To create a Compute-to-Data consumption report, run
npm run start:consumption
You can configure the publish and compute-to-data parameters, by adjusting the nautilus calls in the src/audit
and src/consumption
directories, respectively.