Skip to content

andrewhayter/Mint-SPL-token-with-vanity-address

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mint-fungible-token-with-specific-token-address

Mint fungible token on solana with specific token address

  • Before start let's get specific address for token(vanity) npm install -g vanity.web3 vanity address NEW 1 -c solana -n TOKEN This means create a solana address start with "NEW" and end with "TOKEN" This will generate publicKey and privateKey. You can import privateKey in phantom and export again to get valid priv key. You can copy this privKey in secret.js
  • Install modules npm install
  • Modify Token Datas in MINT_CONFIG, MY_TOKEN_METADATA
  • run npm start

If it was helpful, please DONATE here.

CadWz7VAsWJSEhpU9DKNWfVQY9tThmetnMzrz7pMRG7G

About

Mint SPL token on special address using metaplex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%