This document provides guidelines and steps for setting up, developing, and managing the Linea Token List project.
- Duplicate the Configuration:
cp .env.template .env
- API Key Setup:
Modify .env
and substitute <YOUR_INFURA_API_KEY>
with your actual Infura API Key.
Install all the necessary packages via:
npm i
Verify mainnet shortlist
Run the development script with:
npm run verify-dev
Synchronize fulllist
Run the development script with:
npm run verify-dev
Verify mainnet shortlist
Run the production script with:
npm run dev
Synchronize fulllist
Run the production script with:
npm run start
To perform unit tests, execute:
npm run test
To perform lint, execute:
npm run lint
The GitHub page content is generated using index.html.
Use the Live Server
extension in Visual Studio Code to preview this page.