This repository contains a collection of 1inch Protocol SDKs.
sdks/
βββ typescript/ # TypeScript SDKs
β βββ aqua/ # Aqua Protocol SDK
β βββ sdk-core/ # Shared core among all sdks
β βββ swap-vm/ # Swap VM SDK
βββ rust/ # Rust SDKs (future)
βββ python/ # Python SDKs (future)
- Node.js >= 22.0.0
- pnpm >= 10.0.0
- Foundry/Forge (for contract compilation)
# Install dependencies
pnpm install
# Build Solidity contracts (required for tests and linting)
pnpm build:contracts