Skip to content

A library for querying Uniswap V3 using ephemeral lens contracts.

License

Notifications You must be signed in to change notification settings

shuhuiluo/uniswap-lens-rs

 
 

Repository files navigation

Uniswap-Lens

Foundry Node.js Rust

npm version crates.io

A library for querying Uniswap V3 using ephemeral lens contracts.

Features

  • Lens contracts in Solidity using the revert-in-constructor pattern
  • Rust SDK for querying lens contracts using alloy-rs
  • TypeScript SDK for querying lens contracts using viem

Note on no_std

By default, this library does not depend on the standard library (std). However, the std feature can be enabled via the std feature flag.

About

A library for querying Uniswap V3 using ephemeral lens contracts.

Resources

License

Stars

Watchers

Forks

Languages

  • Solidity 58.9%
  • Rust 24.3%
  • TypeScript 16.8%