Skip to content

littlebitstudios/ENSCardMakerWeb

Repository files navigation

ENS Card Maker - Web Version

This repo is based on littlebitstudios/ENSCardMaker, but it runs a Flask web server that generates the same cards as the original.

Usage

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:

card

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

Credits/Licensing

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.

About

Web app version of littlebitstudios/ENSCardMaker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages