A suite of tools for interacting with the Doppler Protocol - liquidity bootstrapping protocol built on Uniswap.
🚨 this repository and its contents are in the process of being deprecated.
See the Doppler SDK Alpha, Doppler Indexer, and Doppler Demo App repositories for active development.
| 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
pnpm add doppler-v3-sdk
# Install Router
pnpm add doppler-router
# Install V4 SDK
pnpm add doppler-v4-sdk
# Run indexer dev environment
cd packages/doppler-v3-indexer
pnpm run devDistributed under the MIT License. See LICENSE for more information.