@paragraph_xyz/sdk
v0.5.0
Published
TypeScript SDK for Paragraph API
Readme
@paragraph_xyz/sdk
TypeScript SDK for the Paragraph API. Used to interact with Paragraph posts, users, coins, & more.
Install
yarn add @paragraph_xyz/sdkQuick start
import { getParagraphAPI } from "@paragraph_xyz/sdk";
const api = getParagraphAPI();
const post = await api.getPost("postId");Documentation
See the API reference for detailed documentation & a playground.
See autogenerated TypeScript types for all available methods.
