A suite of tools for interacting with the Doppler Protocol - liquidity bootstrapping protocol built on Uniswap.
Package | Version | Description |
---|---|---|
doppler-v3-sdk |
Core SDK for V3 interactions | |
doppler-v4-sdk |
Core SDK for V4 interactions | |
doppler-router |
Swap routing & transaction execution | |
doppler-v3-indexer |
- | V3 Indexer for protocol analytics |
doppler-v4-indexer |
- | V4 Indexer for protocol analytics |
# Install V3 SDK
bun install doppler-v3-sdk
# Install Router
bun install doppler-router
# Install V4 SDK
bun install doppler-v4-sdk
# Run indexer dev environment
cd packages/doppler-v3-indexer
bun run dev
Distributed under the MIT License. See LICENSE
for more information.