Auto Sui Faucet is an automated tool designed to streamline the process of acquiring Sui tokens for development and testing purposes. By automating the faucet interactions, developers can save time and focus on building applications within the Sui blockchain ecosystem.
- Automated requests to the Sui faucet.
- Configurable parameters to suit individual needs.
- Lightweight.
To set up the Auto Sui Faucet, follow these steps:
- Clone the repository:
git clone https://github.com/asyozu/auto_sui_faucet.git
- Navigate to the project directory:
cd auto_sui_faucet
- Install dependencies:
pip install -r requirements.txt
Alternatively, download the prebuilt Windows executable from the latest release.
-
Configure the settings by editing the configuration file:
config.json
Key Description Example recipient_address
Address to receive Sui tokens. 0xf5daa612aecf13d9c59f8f62cc09e8dd8748205eb6fc2ad1bda966c9e30de8ea
sleep_time
Time interval (in seconds) between requests. Must be greater than or equal to 1800. 1800
faucet
The faucet type to use, such as devnet
ortestnet
.devnet
-
Run the script:
python3 main.py
-
Monitor the output to ensure tokens are successfully received.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.
If you encounter issues or have questions, feel free to open a discussion or contact the maintainer through the GitHub Issues section.
- The Sui blockchain community for their support and resources.
- Open-source contributors for inspiration and guidance.