0.1.2 • Published 2 years ago

@iamnijin/tokenlist v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

TOKENLIST

TokenList is an npm package containing a list of token details in popular EVM networks for easy access and use.

How to install

  • First of all run the command "npm init" in the terminal to initialize the current project as npm project.

  • Now run the command "npm i @iamnijin/tokenlist" to install the tokenlist package to use in your project.

How to use

  • To use the tokenlist in your code, first of all import the package "maintokenlist" to your file. This can be done using the code line : " const {tokens} = require('@iamnijin/tokenlist'); "

  • Now using the variables tokens, we can access the different token details in different EVM networks.

Demo of all the steps explained above

https://user-images.githubusercontent.com/101330853/196638001-b4273e53-25a4-453c-9b05-1688f539f782.mp4

Future works

  • Will be adding more networks with their corresponding token list.