Have you ever wanted to create your own cryptocurrency? I have, and thats why I built EasyMint, an easy and no-code tool to create a token on the Solana blockchain. It allows you to customize your token metadata, upload an token image and even create NFTs on the blockchain! After deploying your token, you can send it to anyone and even trade it on a DEX.
Built using Next.js and deployed on Cloudflare.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I added a Freeze token utility which uses the solana token program instructions to freeze a certain token account. After freezing the account, the holder cannot transfer or sell the funds anymore.
You can now revoke the mint and freeze authorities on your token to build trust and mark your token as safe on the major exchanges. I also updated the image upload to use Cloudflare R2 for object storage.
The main token creation process is finally finished. You can now use EasyMint to create a token, add an image and deploy it to the blockchain. Next I will add the ability to manage the token authorities, edit tokens, mint supply and then deploy the app!