Getting Started
Install
yarn:
npm:
The SDK uses Viem in order to interact with the various chains and includes it as a peer dependency.
HatsAccount1ofNClient Initialization
Import and initialize HatsAccount1ofNClient:
Arguments:
publicClient
- A Viem Public Client, used for onchain read operations.walletClient
- A Viem Wallet Client, used for onchain write operations.
Last updated