Skip to content

An open source interface for the decentralized liquidity protocol Aave

License

Notifications You must be signed in to change notification settings

SilverBackWarlords/interface-1

This branch is 14 commits ahead of Silvrbckw/interface:main.

Folders and files

NameName
Last commit message
Last commit date
Mar 13, 2023
Sep 28, 2022
Apr 19, 2023
Mar 7, 2023
Mar 27, 2023
Apr 19, 2023
Apr 28, 2023
Mar 17, 2022
Aug 15, 2022
Jan 2, 2023
Jan 18, 2023
Sep 27, 2022
Mar 1, 2023
Aug 15, 2022
Jul 15, 2022
Jun 2, 2022
Aug 15, 2022
Feb 22, 2023
Jan 18, 2022
Aug 15, 2022
Nov 23, 2022
Mar 5, 2022
Nov 23, 2022
Apr 28, 2023
Aug 1, 2022
Jun 2, 2022
Jan 18, 2023
Feb 22, 2023
Jan 19, 2022
Aug 16, 2022
Aug 16, 2022
Jan 13, 2022
Sep 2, 2022
Apr 19, 2023
Feb 21, 2022
Oct 26, 2022
Apr 19, 2023

Repository files navigation

        .///.                .///.     //.            .//  `/////////////-
       `++:++`              .++:++`    :++`          `++:  `++:......---.`
      `/+: -+/`            `++- :+/`    /+/         `/+/   `++.
      /+/   :+/            /+:   /+/    `/+/        /+/`   `++.
  -::/++::`  /+:       -::/++::` `/+:    `++:      :++`    `++/:::::::::.
  -:+++::-`  `/+:      --++/---`  `++-    .++-    -++.     `++/:::::::::.
   -++.       .++-      -++`       .++.    .++.  .++-      `++.
  .++-         -++.    .++.         -++.    -++``++-       `++.
 `++:           :++`  .++-           :++`    :+//+:        `++:----------`
 -/:             :/-  -/:             :/.     ://:         `/////////////-

Aave protocol interface 👻

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:

cp .env.example .env.local
yarn
yarn dev

Contribution

For instructions on local development, deployment, configurations & feature proposals, see Contributing

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 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:

Links known to work at some point:

Troubleshooting

Issue: I 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 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 <your favorite public ipfs gateway>/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.<your gateway>

License

BSD-3-Clause

Credits

To all the Ethereum community

About

An open source interface for the decentralized liquidity protocol Aave

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.4%
  • Other 0.6%