Mina Logo

Mina Token Manager

Deploy, Mint, Transfer, and Manage Tokens on Mina

Welcome to the Mina Fungible Token Manager. This tool allows you to create, deploy, and manage fungible tokens on the Mina Protocol. Easily mint new tokens, transfer between accounts, check balances, and perform administrative actions - all leveraging Mina's powerful zero-knowledge technology.

Frequently Asked Questions

What is Mina Fungible Token?

Mina Fungible Token is a standard implementation of fungible tokens on the Mina Protocol, following RFC14: Fungible Token Standard on Mina.

Is this implementation production-ready?

No, this implementation is for development and testing purposes only. It is not intended for use with real funds or in a production environment.

Why are Admin Contract and FeePayer Private keys required?

Due to limitations of O1js and Auro wallet, we need to take private keys as input for transactions requiring multiple signatures. This is not secure for real funds and should only be used for testing and development purposes. We recommend using the official Mina Fungible Token repository for production use.

How can I use Mina Fungible Token in my project?

You can integrate Mina Fungible Token into your project by installing it via npm. For detailed usage instructions, please refer to the official documentation.

Where can I find more information?

For more detailed information, examples, and API documentation, visit the official Mina Fungible Token GitHub repository.

Why does it take so long for pages to load?

Unlike other blockchains, Mina zkApps require compilation and proof generation on the client side, i.e., in the browser. This process is unique to Mina's zero-knowledge technology and can take some time. The compilation and proof generation are necessary to ensure the privacy and security features that make Mina special. While this may result in longer loading times, it's a trade-off for the enhanced security and privacy that Mina provides.