Skip to content
forked from aave/aave-ui

An open source interface for the decentralized liquidity protocol Aave

License

Notifications You must be signed in to change notification settings

oitowork/aave-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 on the Aave Governance.

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 will always point to the latest master ipfs hash with all networks enabled.
  • the DNS of htpps://app.aave.com will always point to the latest master ipfs hash with disabled test networks.

Contribution

For instructions on local development, deployment and configurations, see Contributing

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 to access the aave ui if for some reason the cloudflare gateway doesn't work for you.

For ipfs gateways supporting DNSLink (most do) you can simply go to <your favorite public ipfs gateway>/ipns/app.aave.com. For ipfs gateways not supporting DNSLink you can go to <your favorite public ipfs gateway>/ipfs/<hash>, where the current hash can be found in the output of the build pipeline.

License

BSD-3-Clause

Credits

To all the Ethereum community

About

An open source interface for the decentralized liquidity protocol Aave

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.7%
  • Other 0.3%