UNPKG

solana-token-list

Version:

Homebrew Solana Token Registry with Coingecko data

8 lines (5 loc) 161 B
import { TokenListProvider } from "."; (async function () { const tkList = await new TokenListProvider().resolve(); console.log("tkList: ", tkList); })();