This is a dApp that allows you authenticate with your solana wallet and fill up a form in browser to create a solana token with metadata using spl-2022.
Wallet Auth: User can authenticate using a Solana wallet e.g: Phantom.
Token metadata creation: User can easily create token metadata, by filling the form, this data will be processed on
the backend and uploaded to the pinata cloud.
Token freeze authority: User can enable the token freeze authority, it will always be the account signed in
Token revoke authority: User can enable the revoke the mint authority, which will disable the authority (current
account signed in) from minting new tokens.
Note: New features are listed in the kanban board here.
- Clone this repo
npm install
cp .env.example .env
// setup the environment variables- Go to pinata and create account & generate a API key + secret, then copy them in
.env
file npm run dev
This repository and the code inside it is licensed under the MIT License. Read LICENSE for more information.
Made with ❤️