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

https://github.com/adamazad/nflend-fe

NFLend's Front End
https://github.com/adamazad/nflend-fe

aave defi ethereum loans

Last synced: 24 days ago
JSON representation

NFLend's Front End

Awesome Lists containing this project

README

          

# NFLend

[![Netlify Status](https://api.netlify.com/api/v1/badges/f454cfe5-bc21-4dff-aa68-88750b0a68a0/deploy-status)](https://app.netlify.com/sites/saltynft/deploys)

Use your NFT as collateral to take a loan.

## Build

Clone this repository. Install dependencies via NPM:

```
$ npm install
```

To run a development instance, run

```
$ npm run start
```

## Scripts

`package.json` has the following commands, you can run them using `yarn ` or `npm run `

| Command | Description |
| ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `start` | Runs the app in the development mode. Open [http://localhost:3000](http://localhost:3000) to view it in the browser. |
| `test` | Launches the test runner in the interactive watch mode. See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. |
| `build` | Builds the app for production to the `build` folder. |
| `format` | Formats all files in `src` according to [Prettier](https://prettier.io/) rules. See [`.prettierrc`](.prettierrc) |
| `lint` | Lints source files using ESLint. See [`.eslintrc.js`](.eslintrc.js) |
| `lint:fix` | Attempts to fix linting errors and warning using ESLint. |