MintMe Web is an open-source platform that allows developers and creators to manage and create SPL tokens on the Solana blockchain. Designed for easy integration into applications, websites, or communities, MintMe Web provides an intuitive interface and powerful tools to simplify token creation and management.
- SPL Token Creation: Easily generate custom tokens on the Solana blockchain.
- Modern User Interface: Built with Tailwind CSS for a smooth and attractive user experience.
- Easy Integration: Simple to integrate into existing projects.
- Open Source: Contribute and improve the platform on GitHub.
- Node.js >= 18
- npm >= 9
- Clone the Repository
git clone https://github.com/mintme-dev/mintme-web.git
cd mintme-web
- Install Dependencies
npm install
- Run the Project
npm run dev
The project will be available at http://localhost:3000
.
/
: Home page/widget
: MintMe widget to create tokens/custom-metadata
: Create token with custom metadata/about
: About the MintMe project
Contributions are welcome! To improve MintMe Web, follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes and commit (
git commit -am 'Add new feature'
). - Push your changes to your fork (
git push origin feature/new-feature
). - Open a Pull Request.
Distributed under the MIT License. See LICENSE for more details.
- Website: https://mintme.dev
- GitHub Repository: https://github.com/mintme-dev/mintme-web
- Twitter: @mintme_dev