/sdk

Client SDK for interacting with ERC6551 accounts

Primary LanguageTypeScript

Tokenbound SDK

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

Packages

Examples

Development

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