0.1.4 • Published 2 years ago
tkn v0.1.4
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 inpm test
Publishing:
Update version in package.jsongit commit -m "commit message"npm logingit tag <v0.1.0 (version label)> <1f2d3a4 (commit sha)>git push origin --tagsnpm publish