Skip to content

A free, up-to-date collection of ERC20 icons for your web3 app.

Notifications You must be signed in to change notification settings

albertocevallos/token-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Token Icons

Token Icons is a community-led initiative to source and maintain ERC20 icons in a transparent and highly-accessible way. The project is structured as follows:

  • /assets: Repository containing metadata and PNG images for ERC20 icons.
  • /frontend: Next.js website to discover and get info about popular ERC20 icons.
  • /package: Node package with helper functions for interacting with assets.

NPM Package

To install:

npm i token-icons 
import { image } from 'token-icons'

const Example = () => {

    return (
        <img src={image('0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9')} />
    );
  }
}

Source: https://www.npmjs.com/package/token-icons

About

A free, up-to-date collection of ERC20 icons for your web3 app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published