https://github.com/blockcoders/li-fi-backend
https://github.com/blockcoders/li-fi-backend
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/blockcoders/li-fi-backend
- Owner: blockcoders
- License: mit
- Created: 2022-06-02T15:17:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-02T15:17:33.000Z (almost 4 years ago)
- Last Synced: 2025-01-06T05:08:35.016Z (over 1 year ago)
- Language: TypeScript
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Li.Fi Backend
Script that loads all Hop transfers and stores them in a list.
## Environment setup
- Install [Node.js](https://nodejs.org/)
- Recommended method is by using [NVM](https://github.com/creationix/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__](https://github.com/0xslipk)
## License
Licensed under the Apache 2.0 - see the [LICENSE](LICENSE) file for details.