Initialization
How to initialize the SDK Core
Required Imports
npm install @superfluid-finance/sdk-corePeer Dependencies
npm install graphql ethersInitializing the SDK Core
const sf = await Framework.create({
chainId: Number, //i.e. 137 for matic
provider: ethersProvider // i.e. the provider being used
});Framework Options
The Signer Class [Optional]
Web3Provider Signer Example
Hardhat Signer Example
Signer/Wallet Example
Operations
Last updated