Open source & license

MintKit is a small, honest tool: it mints real Solana tokens and helps you manage their settings. Nothing is simulated, and there is no hidden platform fee.

What it does

  • Creates an SPL Token or Token-2022 mint on Solana mainnet, signed by your wallet.
  • Writes Metaplex metadata so wallets and explorers show your name, symbol and image.
  • Mints your full supply to your wallet and optionally revokes the mint authority.
  • Lets you later update metadata, burn supply, and give up authorities — permanently.

What it does not do

  • No trading, bonding curves or launchpad mechanics.
  • No liquidity pools — you create those yourself on Raydium.
  • No custody: your keys and tokens never leave your wallet.
  • No platform fee. You pay only Solana network fees and account rent.

What it stores

Your uploaded image and metadata file are hosted so wallets can load them, and a record of each mint and each authority action (mint address, wallet address, action, transaction signature) is kept so your dashboard can list your tokens. All authority and balance information shown in the dashboard is read live from Solana, never from that record.

Programs it calls

  • SPL Token — TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA
  • Token-2022 — TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb
  • Associated Token Account — ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL
  • Metaplex Token Metadata — metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s

License

MIT License

Copyright (c) 1970 MintKit contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.