SolMint.net is a simple web platform built with mintme-sdk and mintme-widget to allow users to interact with Solana tokens easily.

- Integrates mintme-widget for quick token creation.
- Uses mintme-sdk for Solana blockchain interactions.
- Use pinata integration to IPFS
- Use your favorite RPC.
- Simple and clean interface for creating, revoking, and managing tokens.
VITE_RPC_URL=your_rpc_url_here
VITE_MINTME_RPC_URL=https://your_mintme_rpc_url
VITE_MINTME_PINATA_API_KEY=your_pinata_api_key
VITE_MINTME_PINATA_GATEWAY=your_pinata_gateway
VITE_MINTME_PARTNER_WALLET=your_partner_wallet
VITE_MINTME_PARTNER_AMOUNT=your_partner_amount
VITE_GTM_ID=GTM-CODEHERE
git clone https://github.com/mintme-dev/solmint-net.git
cd solmint-net
npm install
npm run dev