Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleksiygarnik/solana-blockchain
Solana Network Playground is a command-line tool designed to interact with the Solana blockchain.
https://github.com/oleksiygarnik/solana-blockchain
blockchain cryptocurrency rust solana solana-wallet
Last synced: about 1 month ago
JSON representation
Solana Network Playground is a command-line tool designed to interact with the Solana blockchain.
- Host: GitHub
- URL: https://github.com/oleksiygarnik/solana-blockchain
- Owner: oleksiygarnik
- License: mit
- Created: 2024-08-11T09:04:33.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T10:10:58.000Z (3 months ago)
- Last Synced: 2024-09-28T09:42:45.032Z (about 2 months ago)
- Topics: blockchain, cryptocurrency, rust, solana, solana-wallet
- Language: Rust
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solana Rust Application
This Rust application provides functionalities for interacting with the Solana blockchain. It allows users to generate keypairs, load existing keypairs, and check the balance of a wallet.
## Features
- **Generate Keypair**: Create a new Solana keypair and display its public and secret keys.
- **Load Keypair**: Load a keypair from a secret key and display its public key.
- **Check Balance**: Retrieve the balance of a Solana wallet using its public key.## Prerequisites
- [Rust](https://www.rust-lang.org/tools/install) (version 1.70.0 or later)
- [Solana CLI](https://docs.solana.com/cli/install-solana-cli-tools) (optional, for interacting with Solana directly)
- A `.env` file in the project root containing the `PUBLIC_KEY` for checking balance and optionally `SECRET_KEY` for loading a keypair.## Solana Wallet
Here's an illustration of a Solana wallet: ![Solana Wallet](images/solana_wallet.jpg)