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.
To get started with this project, follow these steps:
-
Clone the repository:
git clone <repository-url>
-
Navigate to the project directory:
cd <repository-directory>
-
Install the required dependencies:
npm install
To request an airdrop of SOL to a specified wallet, execute the following TypeScript file:
ts-node airdrop.tsTo generate a new Solana keypair, use:
ts-node generate-keypairs.tsTo create a new Solana account, run:
ts-node create-account.tsTo transfer SOL between accounts, execute:
ts-node transfer-sol.tsFor transferring SPL tokens, use:
ts-node transfer-token.tsTo mint new token metadata, run:
ts-node mint-metadata.tsContributions are welcome! If you have suggestions or improvements, please submit a pull request or open an issue.
This project is licensed under the MIT License.