Robinhood Chain
Read Pons launches in TypeScript.
Typed access to Pons factory contracts, token launches, and
TokenLaunched events. Built on viem. Node.js 20+.
This package is read-only. It does not sign transactions, hold keys, or execute trades. It is a client for Pons on Robinhood Chain, not Pons Network or the Pons microkernel SDK.
Install
pnpm add pons-sdk
Quickstart
import { PonsClient } from "pons-sdk";
const pons = new PonsClient();
const launches = await pons.getLaunches({
fromBlock: 8_991_118n,
toBlock: "latest",
});
Features
- Robinhood Chain support
- V1 and V2 factory reads
- Launch discovery
- TokenLaunched decoding
- Safe block-range queries
- Read-only integration