This repo is based on littlebitstudios/ENSCardMaker, but it runs a Flask web server that generates the same cards as the original.
I will be hosting the app at https://enscards.littlebitstudios.com.
Just go to https://enscards.littlebitstudios.com/[user]
to get a card.
[user]
can be an ENS name (someone.eth) or ETH address (0xXXXX...XXXX).
Here's mine:
You can also self-host the app using your own Docker instance:
# example compose.yml file
version: '3.8'
services:
main:
image: ghcr.io/littlebitstudios/enscardmakerweb:main
ports:
- "5000:5000" # change the port if you want
restart: unless-stopped
The font used for generating the cards is Inter by Rasmus Andersson, licensed under the Open Font License. Download the font from Google Fonts.
ENS (the brand) is owned by ENS Labs Limited.
My code in this repository is licensed under the MIT License.