PoolSync
PoolSync is a utility crate for efficiently synchronizing DeFi pools from various protocols on EVM-compatible blockchains. This crate streamlines the process of pool synchronization, eliminating the need for repetitive boilerplate code in DeFi projects.
Installation
Add this to your Cargo.toml:
[]
= "2.0.4"
Configure your .env with a full node and a archive node. Archive must be an archive node. The full node can be either.
FULL = "full node endpoint"
ARCHIVE = "archive node endpoint"
Example Usage
use ;
async