Skip to content

A collection of the logos of the most common cryptos.

Notifications You must be signed in to change notification settings

neobase-one/chain-assets

Repository files navigation

Chain Assets

We collected the logos of the most common cryptos. It's free, you can use the assets, too 🦾

How to Use

We followed a simple naming convention. Please check the following code snippet.

// example: usdc
const normalizedTokenSymbol = tokenSymbol.trim().toLowerCase().replace(/[^\w\d-]/g, '-');

// example: https://raw.github.com/neobase-one/chain-assets/main/images/usdc/usdc.webp
const tokenLogoUrl = `https://raw.github.com/neobase-one/chain-assets/main/images/${normalizedTokenSymbol}/${normalizedTokenSymbol}.webp`

Note: We decided to use webp for all image assets.

About

A collection of the logos of the most common cryptos.

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •