Skip to content

Allow Discord users to whitelist one Eth address in a JSON file.

Notifications You must be signed in to change notification settings

Gigabitzz/eth-whitelister-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Whitelister Bot

Allow Discord users to whitelist one Eth address in a JSON file.

Setup

curl -o install.sh https://github.com/Sploot-NFT/eth-whitelister-bot/releases/download/latest/install.sh
chmod +x install.sh
sudo ./install.sh

The installer will ask you to input the details it needs and will be installed as a system service.

Usage

Whitelist

/whitelist murrax2.eth
Whitelists your Eth address.

Ping

/ping
Verify the bot is connected.

Open (Admin role only)

/open Open submissions

Close (Admin role only)

/close
Close submissions

Deadline (Admin role only)

/deadline 1634566307
Sets the deadline in Unix time (submissions are automatically closed after this point)

Export (Admin role only)

/export
Uploads the whitelist to Discord

Clear (Admin role only)

/clear confirm Clears the whitelist, but creates a backup in /usr/local/bin/eth-whitelister

About

Allow Discord users to whitelist one Eth address in a JSON file.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 93.7%
  • Shell 6.3%