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