Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cryptometa

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cryptometa

> Public repository used by ViewBlock to display token information and compute score

  • 0.1.7
  • npm
  • Socket score

Version published
Weekly downloads
25
decreased by-3.85%
Maintainers
2
Weekly downloads
 
Created
Source

cryptometa

Public repository used by ViewBlock to display token information and compute score

How to use in your app

Thanks to our auto-updated CDN, you can add any chain and token icons in your app seamlessly using the following url:

https://meta.viewblock.io/{key}/logo

The key accepts different formats chainSymbol, chainName, chainSymbol.tokenHash, for example:

<img src="https://meta.viewblock.io/BTC/logo" />
<img src="https://meta.viewblock.io/zilliqa/logo" />
<img src="https://meta.viewblock.io/AR.usjm4PCxUd5mtaon7zc97-dt-3qf67yPyqgzLnLqk5A/logo" />

The CDN will automatically route to the right icon, SVG if existing or PNG fallback.

Another cool thing is our dark support. Let's say you have a dark theme, we have some icons specially made for this case. You simply need to add the ?t=dark query parameter:

<img src="https://meta.viewblock.io/AR.usjm4PCxUd5mtaon7zc97-dt-3qf67yPyqgzLnLqk5A/logo?t=dark" />

If the image has a dark alternative, that's what you will get otherwise it will fallback to the default one.

Specification

ParamTypeRequiredPointsNotes
nameStringtrue
descriptionStringfalseA brief description of the project
symbolStringtrue
webStringfalse5Websites should use https
decimalsNumberfalse
supplyNumberfalse
emailStringfalseEmail of the team
whitepaperStringfalse10Whitepaper. Not 3 paragraphs you put in a PDF just for that purpose
holdersBoolfalse10Only specify if more than 1000 holders without airdrops
publicTeamBoolfalse20Teams members with public verifiable profiles with history (preferably more than 1 one Linkedin)
productBoolfalse30Usable product on mainnet with decent activity/users + clear token utility + token activity
links.researchStringfalse10Either binance research, TokenData or the like
links.githubStringfalse10Org or account with repos related to the project, not an empty one with just the cryptometa fork for example
links.linkedinStringfalse10Should have 1 or 2 members public on the page
links.twitterStringfalse5
links.coinmarketcapStringfalse
links.coingeckoStringfalse
links.mediumStringfalse
links.blogStringfalse
links.telegramStringfalse
links.discordStringfalse
links.facebookStringfalse
links.redditStringfalse
links.youtubeStringfalse
links.instagramStringfalse
donationsObjectfalse{ "ethereum": "0x...", "zilliqa": "zil1..."}

Upon disagreements as to which property a token has/deserves, remember that we ultimately have the final say in order to protect people as much as we can.

FAQs

Package last updated on 16 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc