Getting Started
Install
yarn add @hatsprotocol/hats-account-sdk viemnpm install @hatsprotocol/hats-account-sdk viemHatsAccount1ofNClient Initialization
import { HatsAccount1ofNClient } from "@hatsprotocol/hats-account-sdk";
const hatsAccount1ofNClient = new HatsAccount1ofNClient({
publicClient,
walletClient,
});{
publicClient: PublicClient;
walletClient: WalletClient;
}Last updated