Setup
Installation
Adding @delegatexyz/sdk to your project is just a single command.
Importing
ES6 or Typescript
NodeJS require
Setup
The v1 or v2 SDK require the same parameters:
transport: a valid viem Transport.
chain (optional): chain from
viem/chains
(or define your own)account (optional): A wallet client
account
is only required to use the write functions.
Last updated