Installation
Symphony SDK has three most used dependency options; Viem, Ethers V5, Ethers V6. Choose the one you already use in your project to avoid extra dependencies.
yarn
yarn add symphony-sdk
Usage
Import the implementation you choose. Symphony SDK is tree-shakable, meaning only the modules you use are included in your final bundle.
Viem
import {Symphony} from 'symphony-sdk/viem'
Get Started
const symphonySDK = new Symphony()