@bankofai/8004-sdk

TypeScript SDK for 8004. Supports agent registration, reputation, and validation flows.


Keywords
8004, erc-8004, trc-8004, agent
License
MIT
Install
npm install @bankofai/8004-sdk@1.2.0-beta.1

Documentation

8004-sdk

Monorepo for 8004 SDKs. Current layout includes a Python SDK and a TypeScript SDK.

Repository Structure

  • python/: Python SDK (bankofai.sdk_8004)
  • ts/: TypeScript SDK (@bankofai/8004-sdk)

Python SDK

Location:

  • python/

Entrypoint:

  • from bankofai.sdk_8004.core.sdk import SDK

Install (local editable):

cd python
pip install -e .

Quick start and chain-specific examples:

  • python/README.md
  • python/sample/README.md

TypeScript SDK

Location:

  • ts/

Entrypoint:

  • import { SDK } from "@bankofai/8004-sdk"

Install and build (local):

cd ts
npm install
npm run build

Quick start and chain-specific examples:

  • ts/README.md
  • ts/examples/README.md

Subgraph Status

Subgraph URL integration is not supported in the current release. It is planned for a future update.