SDK
Overview
Typescript SDK to interact with Memez.gg contracts.
Installation
The sdk is available on the NPM registry.
npm i @interest-protocol/memez-fun-sdk
SDK
How to setup the SDK.
import { MemezFunSDK } from '@interest-protocol/memez-fun-sdk';
// Sets up with the default environment
// At the moment Memez is only deployed on testnet
const memezPumpTestnet = new MemezPumpSDK();
const memezStableTestnet = new MemezStableSDK();
Last updated
Was this helpful?