Overview

Developer Portal

Manage your TaaS SDK Integration Keys

SDK API Tokens

Connect wallet to manage tokens

Integration Guide

Use these tokens to authenticate your DApps with the TaaS Gateway. Embed your active token in the Taas SDK initialization.

import { TaasClient } from '@taas/taas-sdk';

const client = new TaasClient({
  apiKey: 'taas_...' // Your generated token
});
Read SDK Docs