TagwiseTagwiseDevnet
SDK Reference

Overview

Complete API reference documentation for the @tagwise/tip-sdk TypeScript client.

Welcome to the @tagwise/tip-sdk reference documentation.

This SDK provides a fully typed TypeScript client for interacting with the Tagwise Identity Protocol, resolving handles, managing profiles, executing non-custodial SIWS authentication, and performing direct on-chain PDA reads over RPC.


Reference Sections


Installation

pnpm add @tagwise/tip-sdk

Package Entrypoint Exports

import {
  TipClient,
  DEFAULT_BASE_URL,
  normalizeTag,
  isValidTag,
  isReservedTag,
  deriveTagPda,
  TipError,
  TagNotFoundError,
  // ... types
} from "@tagwise/tip-sdk";

On this page