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

cryptometa

Package Overview
Dependencies
Maintainers
1
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.0.9
  • npm
  • Socket score

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

cryptometa

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

How to add/update your token
  • Fork the repo
  • Create a folder in the appropriate chain folder named after your contract address
  • Your image must be either SVG or PNG 256x256 (max 100kb) and named logo.<extension>
  • Add information of your project using the following spec:
ParamTypeRequiredPointsNotes
nameStringtrue
symbolStringtrue
emailStringfalse
webStringfalse5
decimalsNumberfalse
supplyNumberfalse
whitepaperStringfalse10Link to the WP
holdersBoolfalse10Only specify if more than 1000 holders without airdrops
publicTeamBoolfalse20
productBoolfalse30
links.researchStringfalse10
links.githubStringfalse10
links.twitterStringfalse5
links.facebookStringfalse
links.redditStringfalse
links.instagramStringfalse
links.coinmarketcapStringfalse
links.youtubeStringfalse
links.telegramStringfalse
links.linkedinStringfalse
  • Create and submit a PR
Usage
yarn add cryptometa
ParamTypeRequiredExample
payloadString/ArraytrueETH, BNB.AVA-645, zilliqa.zil14x...
selectStringfalselogo score name symbol
const meta = require('cryptometa')

const res = await meta('ETH')
console.log(res)

You can also use another entry point for the server side if you do not mind loading all the token data at once

const meta = require('cryptometa/src/server')

FAQs

Package last updated on 05 Dec 2020

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