Skip to content

A web dApp that allows you to create solana tokens using spl token 2022 on different networks.

License

Notifications You must be signed in to change notification settings

igdev0/tokensmith

Repository files navigation

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 ❤️

About

A web dApp that allows you to create solana tokens using spl token 2022 on different networks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published