@hemilabs/token-list
v3.2.0
Published
List of ERC-20 tokens in the Hemi chains
Downloads
1,533
Readme
@hemilabs/token-list
List of ERC-20 tokens in the Hemi chains.
Usage
Obtain the latest version of the token list from directly from GitHub:
wget https://github.com/hemilabs/token-list/blob/master/src/hemi.tokenlist.jsonOr install it as an NPM package:
npm install @hemilabs/token-listand then use it in your code:
const hemiTokenList = require("@hemilabs/token-list");Adding a New Token to the List
To add a new token to the list just follow this guide
Local Setup
This repository uses pnpm as the package manager. Enable Corepack to use the pinned version automatically:
corepack enableTo install the dependencies, run:
pnpm installTo run the tests, run:
pnpm test