Skip to content

neuron-fund/token-data-shipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Token data shipper · npm version

Installation

npm install token-data-shipper

Example

import { getTokenData } from 'token-data-shipper'

const tokenData = getTokenData({
  tokenAddress: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48', // USDC token address.
})

console.log(tokenData)

// {
//   address: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48',
//   chainId: 1,
//   logoUrl: 'https://raw.githubusercontent.com/neuron-fund/token-data-shipper/master/assets/mainnet-tokens/usdc.svg',
//   name: 'USDC',
// }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published