Reviewed-on: https://git.enzofoucaud.fr/open-source/sui-faucet-claim/pulls/1
SUI Faucet Claim
It is a bot written in goling 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.
Don't forget to put , between the wallets.
WALLET=wallet1,wallet2,etc
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
Languages
Go
100%