Skip to content

Takes an ENS name or ETH address and returns a card based on information from an ENS profile.

License

MIT, OFL-1.1 licenses found

Licenses found

MIT
LICENSE
OFL-1.1
LICENSE-Inter.txt
Notifications You must be signed in to change notification settings

littlebitstudios/ENSCardMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ENS Card Maker

This is a Python script that takes an ENS name or ETH address, collects information from https://enstate.rs, and generates an image based on information from an ENS profile.

Web Version

There's a web version of this tool that can be used by going to https://enscards.littlebitstudios.com/[user] where [user] is the ENS name or ETH address you want to generate a card for. The code for this version of the script is hosted at https://github.com/littlebitstudios/ENSCardMakerWeb.

Usage

The command is:

enscardmaker <user> [output]

Where <user> is the ENS name or ETH address you want to generate a card for, and [output] is the file path you want to save the card to. If [output] is not provided, the card will be saved to [user].png.

Credits/Licensing

ENS, the brand, is held by ENS Labs Limited.

This software uses the font Inter by Rasmus Andersson, which is licensed under the SIL Open Font License, a copy of which is at the root of the repository as LICENSE-Inter.txt.
The font has a GitHub repository at https://github.com/rsms/inter. The font's creator does not recommend downloading the font from Google Fonts since that version is outdated. You can find the files for this font in this repo's releases.
You can also download the font from the creator's website at https://rsms.me/inter.

As with most of my code, this code is published under the MIT License.

About

Takes an ENS name or ETH address and returns a card based on information from an ENS profile.

Resources

License

MIT, OFL-1.1 licenses found

Licenses found

MIT
LICENSE
OFL-1.1
LICENSE-Inter.txt

Stars

Watchers

Forks

Packages

No packages published

Languages