Back
Developers

Build on TesseractX

PulseChain's first composable NFT marketplace — now programmable. Read NFTs and collections, resolve composable bundles, stream on-chain activity, and sign listings from your own app.

import { TesseractX } from "@tesseractx/sdk";

const tx = new TesseractX({ apiKey: process.env.TESSERACTX_API_KEY });

const nft = await tx.nfts.get("0xContract", "42");
const bundle = await tx.composables.resolve(nft.id);
js

Real-time listings, offers and transfer streams over webhooks.

Typed SDK with EIP-712 order signing helpers built in.

First-class composables: resolve, equip and bundle nested assets.