@underscore-finance/sdk
v1.2.20
Published
SDK for interacting with Underscore Finance Smart Contracts with TypeScript
Downloads
650
Readme
@underscore-finance/sdk
SDK for interacting with Underscore Finance Smart Contracts with TypeScript
Install
pnpm add @underscore-finance/sdkUse with DappQL MCP
Once installed, @dappql/mcp auto-discovers this package as a plugin and exposes its contracts, ABIs, and SDK to your AI coding agent.
Use the SDK directly
import createSdk from '@underscore-finance/sdk/sdk'
import { createPublicClient, http } from 'viem'
const publicClient = createPublicClient({ transport: http() })
const sdk = createSdk(publicClient)Links
- Website: https://underscore.finance
- Repo: https://github.com/underscore-finance/typescript-sdk
Built with DappQL.
