2023-04-04 10:52:07 +02:00
2023-04-04 11:52:04 +02:00
2023-04-03 21:15:02 +02:00
2023-04-03 21:54:17 +02:00
2023-04-03 21:54:17 +02:00
2023-04-04 11:15:58 +02:00
2023-04-04 11:52:04 +02:00
2023-04-04 11:54:35 +02:00

SUI Faucet Claim

It is a bot written in golang which automatically claims your faucet every 6 hours.

Setup

Requirements

Copy the .env.example file and rename it to .env. Fill the variables with your own values.

NETWORK={network}
WALLETS={wallet1},{wallet2},{wallet3},...
  • NETWORK can be devnet or testnet.
  • WALLETS is your wallet address. Don't forget to put , between the wallets.

Run

Run with go

go run .

Build windows

GOOS=windows GOARCH=amd64 go build -o suifaucet.exe .

Build linux

GOOS=linux GOARCH=amd64 go build -o suifaucet .

Build mac

GOOS=darwin GOARCH=amd64 go build -o suifaucet .
Description
No description provided
Readme 46 KiB
Languages
Go 100%