Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.3 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.3 KB

Overview

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.

Features

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.

Setting up

  1. Clone this repo
  2. npm install
  3. cp .env.example .env // setup the environment variables
  4. Go to pinata and create account & generate a API key + secret, then copy them in .env file
  5. npm run dev

License

This repository and the code inside it is licensed under the MIT License. Read LICENSE for more information.

Made with ❤️