Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 599 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 599 Bytes

WETH verifier

This squids goes through the historical Deposit and Withdrwal logs emitted by the WETH Wrapper Contract

To learn more about Squid SDK, check the docs

Run

# 1. Install dependencies
npm ci

# 2. Compile typescript files
make build

# 3. Start target Postgres database and detach
make up

# 4. Start the processor
make process

The output will show the progress, the amount of deposited, withdrawn ether, and the amount held by the contract at the current block.