@goat-sdk/plugin-superfluid
v0.1.10
Published
<div align="center"> <a href="https://github.com/goat-sdk/goat">
Readme
Superfluid GOAT Plugin
Interact with the Superfluid Protocol.
Installation
npm install @goat-sdk/plugin-superfluid
yarn add @goat-sdk/plugin-superfluid
pnpm add @goat-sdk/plugin-superfluidSetup
import { superfluid } from "@goat-sdk/plugin-superfluid";
const tools = await getOnChainTools({
wallet: // ...
plugins: [
superfluid(),
],
});Tools
- Create or Update or Delete Flow
- Get Flow Rate
- Get Units
- Update Member Units
- Get Total Flow Rate
