UNPKG

mintme-sdk

Version:

A simple and powerful SDK for creating and managing tokens on the Solana blockchain. MintMe SDK simplifies the process of minting SPL tokens with metadata, managing token authorities, and interacting with the Solana token ecosystem.

7 lines (5 loc) 168 B
/** * Punto de entrada principal para la librería MintMe * Exporta las funciones de la librería para uso en CommonJS */ module.exports = require("./lib/mintme");