0.1.4 • Published 2 years ago

tkn v0.1.4

Weekly downloads
45
License
ISC
Repository
github
Last release
2 years ago

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

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago