Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aave/interface
An open source interface for the decentralized liquidity protocol Aave
https://github.com/aave/interface
Last synced: 20 days ago
JSON representation
An open source interface for the decentralized liquidity protocol Aave
- Host: GitHub
- URL: https://github.com/aave/interface
- Owner: aave
- License: other
- Created: 2022-01-13T13:07:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T15:24:43.000Z (8 months ago)
- Last Synced: 2024-04-14T01:56:36.662Z (8 months ago)
- Language: TypeScript
- Homepage: https://app.aave.com
- Size: 186 MB
- Stars: 373
- Watchers: 18
- Forks: 301
- Open Issues: 115
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- best-of-crypto - GitHub - 20% open · ⏱️ 05.06.2024): (Decentralized Finance (DeFi))
README
```
.///. .///. //. .// `/////////////-
`++:++` .++:++` :++` `++: `++:......---.`
`/+: -+/` `++- :+/` /+/ `/+/ `++.
/+/ :+/ /+: /+/ `/+/ /+/` `++.
-::/++::` /+: -::/++::` `/+: `++: :++` `++/:::::::::.
-:+++::-` `/+: --++/---` `++- .++- -++. `++/:::::::::.
-++. .++- -++` .++. .++. .++- `++.
.++- -++. .++. -++. -++``++- `++.
`++: :++` .++- :++` :+//+: `++:----------`
-/: :/- -/: :/. ://: `/////////////-
```# Aave protocol interface :ghost:
An open source interface for the decentralized liquidity protocol Aave
Enabling users to:
- Manage and monitor their positions on the Aave Protocol, and the overall status of it
- Manage and monitor their positions on the Aave Safety module
- Participate in the Aave Governance## How to use
Install it and run:
```sh
cp .env.example .env.local
yarn
yarn dev
```## Contribution
For instructions on local development, deployment, configurations & feature proposals, see [Contributing](./CONTRIBUTING.md)
Also, contributors with at least one pull request that has been merged into the main branch are eligible for a unique GitPOAP. Visit [gitpoap.io](https://www.gitpoap.io/gp/638) to claim it.
## IPFS deployment
Each commit gets deployed to IPFS automatically
There's a github action commenting the appropriate IPFS hash embedded in the Cloudflare IPFS gateway after each commit
For ease of use:
- the DNS of [https://staging.aave.com](https://staging.aave.com) will always point to the latest main IPFS hash with all networks enabled
- the DNS of [https://app.aave.com](https://app.aave.com) will always point to the latest main IPFS hash with disabled test networks### Links known to work at some point:
- [https://app-aave-com.ipns.cf-ipfs.com/#/](https://app-aave-com.ipns.cf-ipfs.com/#/)
- [https://app-aave-com.ipns.dweb.link/#/](https://app-aave-com.ipns.dweb.link/#/)### Troubleshooting
Issue: Cannot connect to `app.aave.com`
The aave-ui is hosted on IPFS in a decentralized manner. `app.aave.com` just holds a CNAME record to the Cloudflare IPFS gateway. You can use [any](https://ipfs.github.io/public-gateway-checker/) public or private IPFS gateway supporting origin isolation to access aave-ui if for some reason the Cloudflare gateway doesn't work for you
Just go to `/ipns/app.aave.com`
⚠️ Make sure the gateway supports origin isolation to avoid possible security issues: you should be redirected to URL that looks like `https://app-aave-com.`
## License
[All Rights Reserved © Aave Labs](./LICENSE.md)
## Credits
To all the Ethereum community