0.1.4 • Published 1 year ago

tkn v0.1.4

Weekly downloads
45
License
ISC
Repository
github
Last release
1 year 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

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago