Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 673 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 673 Bytes

Reporting utilizing Nautilus

This repository uses the nautilus library to interact with any Ocean Protocol based data ecosystem.

How to create a report

Reports are created using one of the available start scripts.

Audit Trail (Publish)

To create a publish audit trail, run

npm run start:audit

Consumption Report (Compute-to-Data)

To create a Compute-to-Data consumption report, run

npm run start:consumption

Configuration

You can configure the publish and compute-to-data parameters, by adjusting the nautilus calls in the src/audit and src/consumption directories, respectively.