tz-tokens

0.0.2 • Public • Published

tz-tokens

Library of the Tezos token ecosystem.

Use

Install with:

yarn add tz-tokens

or

npm i tz-tokens

Example:

const tokens = require('tz-tokens')
const WRAP = tokens.find(x => x.ticker === 'WRAP')
console.log(WRAP)
// {
//   ticker: 'WRAP',
//   address: 'KT1FG63hhFtMEEEtmBSX2vuFmP87t9E7Ab4t',
//   decimals: 8
// }

Contributing

yarn

Edit the CSV files in data, then run yarn build.

yarn build

Please keep the CSV file alphabetically ordered by token name (first column).

Acknowledgments

Original token list from @ztepler9000 ipython notebook.

Dependents (0)

Package Sidebar

Install

npm i tz-tokens

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

9.39 kB

Total Files

9

Last publish

Collaborators

  • styts