Bako Docs
  • Welcome
  • Developers
    • ID
      • Architecture
      • Contracts
      • SDK
        • Quickstart
        • Bako ID Client
        • Registry Contract
Powered by GitBook
On this page
  • Install
  • Tools
  1. Developers
  2. ID

SDK

PreviousContractsNextQuickstart

Last updated 4 months ago

The Bako ID SDK provides a set of tools to interact with handles, allowing address resolution, metadata queries, and contract method execution. The SDK leverages resources from the Fuels library for contract building, as well as a series of tools provided by the library.

Install

The easiest way to consume the SDK is via with PNPM, to instal in your project run:

pnpm install fuels @bako-id/sdk

Tools

Bako ID Client

Handle resolution made easy and off-chain.

Contracts

Wrappers to interact with the Resolver and Registry contracts

npm