Skip to content

Commit

Permalink
chore: Add README for verified sources fetcher (matter-labs#2829)
Browse files Browse the repository at this point in the history
## What ❔

Adds README for verified sources fetcher

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [ ] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [ ] Code has been formatted via `zk fmt` and `zk lint`.
  • Loading branch information
perekopskiy authored Sep 10, 2024
1 parent bcb176b commit b8925dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/bin/verified_sources_fetcher/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Verified sources fetcher

This tool downloads verified contract sources from SQL database from `contract_verification_requests` table. Then it
saves sources and compilation settings to files.

0 comments on commit b8925dd

Please sign in to comment.