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
- Host: GitHub
- URL: https://github.com/adamazad/nflend-fe
- Owner: adamazad
- Created: 2021-01-17T12:43:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-08T01:12:45.000Z (over 5 years ago)
- Last Synced: 2025-01-11T06:16:12.011Z (over 1 year ago)
- Topics: aave, defi, ethereum, loans
- Language: TypeScript
- Homepage: https://nflend.netlify.app
- Size: 481 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NFLend
[](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. |