Socket
Socket
Sign inDemoInstall

tkn

Package Overview
Dependencies
15
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tkn

The Token Name Service NPM package


Version published
Weekly downloads
78
decreased by-54.91%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

The Token Name Service

The easiest, most unruggable, and comprehensive token data service.

Getting started:

Run npm i tkn from the command line

then:

import { tkn } from 'tkn';
const data = await tkn.fetch('eth');

Developing:
npm i
npm test


Publishing:
Update version in package.json
git commit -m "commit message"
npm login
git tag <v0.1.0 (version label)> <1f2d3a4 (commit sha)>
git push origin --tags
npm publish

Keywords

FAQs

Last updated on 07 Jun 2024

Did you know?

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc