Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 711 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 711 Bytes

Li.Fi Backend

Script that loads all Hop transfers and stores them in a list.

Environment setup

  • Install Node.js
    • Recommended method is by using NVM
    • Recommendeded Node.js version is v16.13

Get Started

Install all the dependencies:

npm ci

npm run loadTransfers:ts

Runs the script using the TS compiler and returns a array of HopTransfers

npm run loadTransfers

Compiles the TS files and then runs the script using NodeJs and returns a array of HopTransfers

Author

Jose Ramirez

License

Licensed under the Apache 2.0 - see the LICENSE file for details.