Skip to content

rokitgg/crypto-avatar

Repository files navigation

Crypto Avatar

Crypto avatars for your on-chain apps, as a microservice.

Usage

Provide a username to generate an avatar.

Each name will deliver a randomly choosed avatar from the official CryptoPunks dataset.

Just replace :string with an username or email:

https://crypto-avatar.vercel.app/:string

You will receive a png image with a size of 120*120px (default size)

Example Avatar

Custom Sizing

You can pass in a size query parameter to get the size you want:

https://crypto-avatar.vercel.app/example?size=30

Example Avatar with custom size