From 538edbae133cd824fd480b8ea297bdc89969a34f Mon Sep 17 00:00:00 2001 From: ricardopxlcl <100590341+ricardopxlcl@users.noreply.github.com> Date: Thu, 21 Aug 2025 09:04:20 +0200 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hi, I’d like to propose adding MintMe SDK to the Publicly Available section of Solana Tools. Description for the table: | MintMe SDK | JavaScript SDK for creating and managing SPL tokens with Metaplex metadata, revoking authorities, and handling optional commissions. Available on NPM. | Open Source, TypeScript, JavaScript, dApps | https://mintme.dev | Why it’s useful: Provides an easy-to-use SDK for creating SPL tokens directly from Node.js or browser environments. Supports Metaplex metadata, authority revocations (mint & freeze), and transparent commission handling. Available on NPM and can be integrated quickly into any project. Thanks for maintaining and curating this list 🚀 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1bbfc8a..317a883 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ | Elusiv SDK | SDK for adding zk-privacy to dApps | TypeScript, dApps, Privacy | | | Metaboss | The Metaplex NFT 'Swiss Army Knife' tool | Rust, CLI, NFTs | | | Nonci | API and SDK tool for queuing and executing transactions asynchronously using durable nonces to handle crazy bursts! | Typescript, SDK, API | | +| MintMe SDK | JavaScript SDK for creating and managing SPL tokens with Metaplex metadata, revoking authorities, and handling optional commissions. Available on NPM. | Open Source, TypeScript, JavaScript, dApps | https://mintme.dev | + ## In Development