The open-source SDK for simple DeFi integration
Create your own products without worry about DeFi and Web3 complexity
A TypeScript-based monorepo that contains:
- SDK to access yield opportunities using abstract high-level methods
- Services for local development and testing the SDK
To get more about the Mycelium SDK itself, check the SDK README.md file
This monorepo is organized into three main packages:
- packages/sdk - source code of Mycelium SDK
- packages/cli - command-line interface for interacting with the Mycelium SDK
- packages/blockchain - local blockchain service with faucet functionality and an ability to access fork RPC and Bundler (Alto). Can be used with
packages/cli
!IMPORTANT: SDK can be used via npm registry, the repo contains purely the source code and additional services (
cliandblockchain) for further development
For each separate installation guide, please check each package separately:
- pnpm >= 10.9.0
- node >= 22.11.0
For local development, please take a look at separate projects README.md files:
- Core SDK code for the contribution is in packages/sdk
- Command line interface for testing the SDK is in packages/cli
- Additional faucet service for work with fork and SDK is in packages/blockchain
Check the CONTRIBUTION.md
This project is licensed under the dual license - Apache 2.0 + Commercial - see the LICENSE