Skip to content

deletedcu/mint-fungible-spl-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mint-fungible-spl-token

This project implements the way how to mint the fungible SPT token.

Setup Environment

  1. Install dependencies
yarn install
# or
npm install
  1. Generate new Solana wallet and airdrop 1 sol to new wallet
yarn wallet
# or
npm run wallet
  1. Mint store token
yarn mint:dst
# or
npm run mint:dst
  1. Mint whitelist token
yarn mint:dwlt
# or
npm run dwlt