Monorepo for 8004 SDKs. Current layout includes a Python SDK and a TypeScript SDK.
-
python/: Python SDK (bankofai.sdk_8004) -
ts/: TypeScript SDK (@bankofai/8004-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.mdpython/sample/README.md
Location:
ts/
Entrypoint:
import { SDK } from "@bankofai/8004-sdk"
Install and build (local):
cd ts
npm install
npm run buildQuick start and chain-specific examples:
ts/README.mdts/examples/README.md
Subgraph URL integration is not supported in the current release. It is planned for a future update.