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.

View on GitHub Read the README

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