UNPKG

uniderp-mcp

Version:

> A plug-and-play MCP tool server to **send ETH**, **transfer ERC-20 tokens**, **deploy tokens**, and **interact with smart contracts** on the **UNICHAIN** — built for **Claude Desktop**, **AI agents**, and **developers.**

10 lines (9 loc) 282 B
import { uniderpListMeme } from "../lib/uniderp.js"; const test = async () => { // const image = await genImg( // "black cat" + ", in meme style, use for representate as token logo" // ); const tokens = await uniderpListMeme(); console.log(tokens); }; test();