Skip to content

Alhakan501/solana_token_minting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Devnet Token Management

This Python script facilitates token management on the Solana Devnet. It allows for key pair generation, requesting SOL airdrops, and minting tokens to associated token accounts. Below is a detailed guide on how to use the functionalities provided:

Usage

Generating Key Pair

token.generate_key()

Requesting SOL Airdrop

token.airdrop_sol()

Creating and Minting Tokens

token.create_mint_token()

Installation

To use this script, you'll need Python installed on your system along with the required dependencies. You can install dependencies using pip:

pip install solana

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages