project screenshot 1
project screenshot 2
project screenshot 3
project screenshot 4
project screenshot 5

MintHound

MintHound is a website, twitter bot, and discord bot that will check the recent mints and purchases of an Ethereum wallet address or ENS name.

MintHound

Created At

Metabolism

Project Description

We created three pieces for this hackathon. Collectively it is called MintHound and consists of a website, twitter bot, and discord bot that can sniff out Ethereum wallet activity. The branding and brand identity was also established during the duration of this project. We can easily add more features to our core bot and each module can take advantage of those with minor modifications.

How it's Made

The core of MintHound is a bot written in Python. Our website is built with HTML, CSS, Python and Flask. Flask renders the HTML using Python when the user searches for a wallet address or ENS name. We used the Zora API to query the data for mints and purchases. Python creates a unique website build for each request that is also pinned to IPFS using Web3.Storage. Our website renders the HTML for the mints and purchases and displays them after the button press. The website can be tested at: http://208.109.34.47/.

Our Discord bot is written with Discord.py and uses a command to activate the bot. The bot takes the user input to make two GraphQL queries to the Zora API. The results are assembled into OpenSea links, then Python generates the new HTML file with the links into a new build folder. The build folder is pinned to IPFS using Web3.Storage and the link is returned to the user in a Discord message. This takes less than 1 second. This is now easy to add new commands and queries based on user needs. Our Discord bot can be tested in the wallet-inspector channel in our AiFRENS Discord Server: https://discord.gg/hNx7uZ5k3T

Our Twitter bot is also written with Python and uses the Tweepy module to listen and create tweets. The core of the bot is the same as our website and Discord bot with minor changes for each version. Our Twitter bot listens for all tweets using a stream that begin with @AiFrensBot. The tweet must start with @AiFrensBot and it must end with an Ethereum wallet address. If it finds a tweet that matches the conditions it then extracts out the wallet address and uses the Zora API to make two queries for recent mints and recent purchases. Python then creates a new website build in HTML and CSS and pins it to IPFS using Web3.Storage. The link is passed through our custom Gateway using Pinata and posted as a reply to the twitter post. This takes less than a second. Our Twitter bot can be found at: https://twitter.com/AiFrensBot. Check Tweets & Replies to see recent replies using MintHound.

The branding was a big part of the project and we used an AI Art Generator called Midjourney to create the logo and OpenAI GPT-3 to sniff out the name "MintHound."

We also built a React-App from the ground up to replace the Flask server for the website build and it is mostly functional in test but needs a little more time for production.

background image mobile

Join the mailing list

Get the latest news and updates