Token Minter is a project that allows users to mint their own tokens on the Solana blockchain using DSCVR Canvas. It provides a simple and user-friendly interface for creating and managing custom tokens.
- Mint new tokens with customizable parameters
- Set token supply and decimals
- Create token metadata with Metaplex metadata
- Revoke token authorities for Mint, Update, and Freeze
- View transaction of created tokens
- Clone the repository:
git clone https://github.com/rckprtr/canvas-token-minter-express
- Install dependencies:
npm install
- Configure the project: Update the configuration file with your desired settings.
- Start the application:
npm run dev
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.