An open API service indexing awesome lists of open source software.

https://github.com/blockcoders/li-fi-backend


https://github.com/blockcoders/li-fi-backend

Last synced: about 1 year ago
JSON representation

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.