Skip to content

noforks/tz-tokens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Library of the Tezos token ecosystem

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published