MintSui is a simple Discord bot that allows users to Generate AI NFTs and Mint them on the Sui Blockchain. Add To Your Server Now
- You will need to create an
.env
file and put it in the root directory of the repository. Look at.env.example
to see what the env should look like. - You also want to change the
SCOPES
variable underapp/scope.py
with the ID of the Server you want to add the Discord bot to.
cd mintsui
pip3 install -r requirements.txt
python3 run.py
Once the Bot has been added to your server you can use it by doing either of the following:
- Use the
/mint
command which will prompt you to enter aprompt
(idea),title
, and asui_wallet_address
- Click the green button at the bottom of the latest NFT generation. If no generations yet, use the first method.
If you have any questions, feel free to open an issue on Github or send me a DM on Discord (thayallan#6706)