-
Thomas Rientjes authoredThomas Rientjes authored
To learn more about this project, read the wiki.
README.md 623 B
Decentraleyes Audit
This resource auditor allows any user and extension reviewer to verify the integrity of the bundled resources. It provides a quick and reliable way to compare all bundled libraries to their original sources.
Prerequisites
- Node.js 20.0.0 (or higher).
Usage Instructions
-
Open up a terminal, or a command prompt, and
cd
into its directory. -
Run the audit script by executing one of the following commands:
node run -r # Validate recently updated resources.
node run # Validate all bundled resources.
Note: Append > report.txt
to write the output to a file.