npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

cryptometa

v0.1.9

Published

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

Downloads

229

Readme

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

| Param | Type | Required | Points | Notes | | ------------------- | -------- | ---------- | ------- | --------------------------------------------------------- | | name | String | true | | | | description | String | false | | A brief description of the project | | symbol | String | true | | | | web | String | false | 5 | Websites should use https | | decimals | Number | false | | | | supply | Number | false | | | | email | String | false | | Email of the team | | whitepaper | String | false | 10 | Whitepaper. Not 3 paragraphs you put in a PDF just for that purpose | | holders | Bool | false | 10 | Only specify if more than 1000 holders without airdrops | | publicTeam | Bool | false | 20 | Teams members with public verifiable profiles with history (preferably more than 1 one Linkedin) | | product | Bool | false | 30 | Usable product on mainnet with decent activity/users + clear token utility + token activity | | links.research | String | false | 10 | Either binance research, TokenData or the like | | links.github | String | false | 10 | Org or account with repos related to the project, not an empty one with just the cryptometa fork for example | | links.linkedin | String | false | 10 | Should have 1 or 2 members public on the page | | links.twitter | String | false | 5 | | | links.coinmarketcap | String | false | | | | links.coingecko | String | false | | | | links.medium | String | false | | | | links.blog | String | false | | | | links.telegram | String | false | | | | links.discord | String | false | | | | links.facebook | String | false | | | | links.reddit | String | false | | | | links.youtube | String | false | | | | links.instagram | String | false | | | | donations | Object | false | | { "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.