/tokenbound-sdk-test

testing with ethers6

Primary LanguageTypeScript

Tokenbound SDK

This repo houses the Tokenbound SDK, a front-end library for interacting with ERC-6551 accounts.

Packages

  • @tokenbound/sdk - SDK client for all projects, signing enabled via either Ethers Signer or viem WalletClient.
  • @tokenbound/react - Low-level react hooks for interacting with token bound accounts

Examples

Development

# clone the repo
$ git clone <repo>
# install dependencies
$ pnpm install
# build packages
$ pnpm --filter "@tokenbound/*" build