https://github.com/simplysabir/faucetly
automate daily solana faucet.
https://github.com/simplysabir/faucetly
cli faucet solana
Last synced: over 1 year ago
JSON representation
automate daily solana faucet.
- Host: GitHub
- URL: https://github.com/simplysabir/faucetly
- Owner: simplysabir
- Created: 2024-03-24T18:46:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T19:18:46.000Z (over 2 years ago)
- Last Synced: 2024-03-25T19:29:43.855Z (over 2 years ago)
- Topics: cli, faucet, solana
- Language: Rust
- Homepage: https://crates.io/crates/faucetly
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Faucetly
## Overview
Faucetly is a command-line interface (CLI) tool built in Rust, designed to automate the process of receiving daily Solana airdrops into a specified wallet. This tool simplifies the process of scheduling and executing airdrops, ensuring your Solana wallet is consistently funded.
## Features
- **Automated Airdrops**: Schedule Solana airdrops to occur daily without manual intervention.
- **Simple Configuration**: Save your Solana wallet address once and let the tool handle the rest.
- **Ease of Use**: A user-friendly command-line interface that makes Solana transactions effortless.
## Installation
To use the Faucetly, ensure Rust is installed on your system. You can set up the tool with the following steps:
```
git clone https://github.com/simplysabir/faucetly.git
cd faucetly
cargo build --release
```
or simply install it from here [crates](https://crates.io/crates/faucetly)
The compiled binary will be located in the `target/release/` directory. Alternatively, watch for its release on [crates.io](https://crates.io/crates/faucetly) for an easier installation process.
## Usage
First, save your wallet address:
```
faucetly save YOUR_WALLET_ADDRESS
```
Then, start the scheduler to run airdrops daily:
```
faucetly
```
**Note:** The tool must be running for the scheduled airdrops to occur. Consider using your operating system's task scheduler for automatic starts.
## Error Handling
Faucetly provides clear error messages to assist with troubleshooting issues related to file access, network errors, or command execution.
## Contributions
Your contributions are welcome! If you'd like to improve the Faucetly, please fork the repository and submit a pull request with your changes. For significant modifications, open an issue first to discuss what you'd like to alter.
Explore more projects and contributions on [GitHub](https://github.com/simplysabir) or visit my [Portfolio](https://simplysabir.xyz/).
## License
This project is licensed under the MIT License - see the LICENSE file for details.