# @iamnijin/tokenlist

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

Latest version **0.1.2** (published 2022-10-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install @iamnijin/tokenlist
pnpm add @iamnijin/tokenlist
yarn add @iamnijin/tokenlist
bun add @iamnijin/tokenlist
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2022-10-19 |
| First published | 2022-10-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=10 |
| Dependencies | 0 |
| Unpacked size | 41.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Nijin P S |
| Maintainers | iamnijin |

## Links

- npm: https://www.npmjs.com/package/@iamnijin/tokenlist
- npm.io page: https://npm.io/package/@iamnijin/tokenlist

## Recent versions

- 0.1.2 (latest) — 2022-10-19
- 0.1.1 — 2022-10-19
- 0.1.0 — 2022-10-19

## README

# 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.

  <img width="520" alt="Initializing an NPM project (1)" src="https://user-images.githubusercontent.com/101330853/196613267-4416683e-6441-429b-abaa-5f30b8f0c174.png">

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

  <img width="520" alt="install tokenlist" src="https://user-images.githubusercontent.com/101330853/196633860-97e56808-15e8-4de6-953b-1ab361d5145f.png">



## 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'); "
  
  <img width="605" alt="Importing tokenlist" src="https://user-images.githubusercontent.com/101330853/196633924-af957089-2293-4a73-a4b7-ca9064ba19e2.png">

  

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

  <img width="605" alt="Accessing token values (1)" src="https://user-images.githubusercontent.com/101330853/196633936-432bdaea-b01a-4c54-abcb-459caefcc3b3.png">

## 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.

---
_Source: https://npm.io/package/@iamnijin/tokenlist · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
