Skip to content

stamp-labs/stamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 1, 2025
575200e · Apr 1, 2025
Nov 20, 2023
Apr 1, 2025
Apr 1, 2025
Feb 12, 2022
Sep 12, 2024
Feb 12, 2022
Jun 4, 2022
Feb 12, 2022
Feb 19, 2022
Apr 23, 2024
May 30, 2024
Mar 26, 2025
Aug 1, 2023
Mar 26, 2025

Repository files navigation

Stamp codecov

Resolve and resize web3 avatar and token images.

Usage

Simply use a valid Stamp URL to display an avatar:

https://cdn.stamp.fyi/avatar/0xeF8305E140ac520225DAf050e2f71d5fBcC543e7

<img src="https://cdn.stamp.fyi/avatar/0xeF8305E140ac520225DAf050e2f71d5fBcC543e7" />

URL structure

cdn.stamp.fyi/{type}/{identifier}?{params}
cdn.stamp.fyi/avatar/0xeF8305E140ac520225DAf050e2f71d5fBcC543e7?s=140

Type

The type is either avatar or token.

Examples

cdn.stamp.fyi/avatar/0xeF8305E140ac520225DAf050e2f71d5fBcC543e7
cdn.stamp.fyi/token/0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e

Identifier

The identifier can be an address (case insensitive), ENS name, CAIP-10, EIP-3770, DID or Starknet domain.

Examples

cdn.stamp.fyi/avatar/0xeF8305E140ac520225DAf050e2f71d5fBcC543e7
cdn.stamp.fyi/avatar/fabien.eth
cdn.stamp.fyi/token/eth:0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e
cdn.stamp.fyi/token/eip155:1:0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e cdn.stamp.fyi/avatar/checkpoint.stark cdn.stamp.fyi/avatar/0x07FF6B17f07c4d83236E3Fc5f94259A19D1Ed41bBCf1822397EA17882E9b038d

Params

With the params you can define the size of the image returned. You can also refresh the image cache using cb param.

Examples

cdn.stamp.fyi/avatar/0xeF8305E140ac520225DAf050e2f71d5fBcC543e7?s=160 cdn.stamp.fyi/avatar/0xeF8305E140ac520225DAf050e2f71d5fBcC543e7?w=160&h=240 cdn.stamp.fyi/avatar/0xeF8305E140ac520225DAf050e2f71d5fBcC543e7?cb=1

Resolvers

Integrations

License

MIT.