Skip to content

dev-enoch/solana-course

Repository files navigation

Solana Wallet and Token Management

This repository provides a suite of functionalities for managing Solana wallets and tokens. It includes scripts for various operations, allowing you to interact with the Solana blockchain efficiently.

Table of Contents

Installation

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone <repository-url>
  2. Navigate to the project directory:

    cd <repository-directory>
  3. Install the required dependencies:

    npm install

Usage

Airdrop SOL

To request an airdrop of SOL to a specified wallet, execute the following TypeScript file:

ts-node airdrop.ts

Generate Keypairs

To generate a new Solana keypair, use:

ts-node generate-keypairs.ts

Create Account

To create a new Solana account, run:

ts-node create-account.ts

Transfer SOL

To transfer SOL between accounts, execute:

ts-node transfer-sol.ts

Transfer Token

For transferring SPL tokens, use:

ts-node transfer-token.ts

Mint Metadata

To mint new token metadata, run:

ts-node mint-metadata.ts

Contributing

Contributions are welcome! If you have suggestions or improvements, please submit a pull request or open an issue.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors