Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 602 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 602 Bytes

About The Project

Blockchain: Solana

  • creating a wallet
  • creating a token with custom metadata

Setup

yarn

Usage

Creating Wallet on network address provided in config.json

yarn run create-wallet

Creating Token using private key provided in guideSecret.json and token metadata provided in tokenData.json

yarn run mint-token

Acknowledgments

Resources Used