/aave-governance-v3-interface

Interface to interact with the Aave Governance v3 smart contracts

Primary LanguageTypeScriptOtherNOASSERTION

Aave Governance V3 frontend

Aave Governance v3


React application to interact with the Aave Governance V3 smart contracts: visualize data and build blockchain transactions.

Built on

Pre-requirements

  • Node.js: version 18 or higher.
  • Git: version 2.3.x or higher.
  • Package manager: we recommend Yarn, version 1.x or higher.

Configurations

  • Blockchain RPC URLs can be changed here file and IPFS gateway URLs can be changed here file.
  • It is possible to run the application in SSR (Server-Side-Rendering) or IPFS mode, by changing NEXT_PUBLIC_DEPLOY_FOR_IPFS. The default is false, which is the most optimal option for all use cases.

How to access the Aave Governance v3 UI?

Run locally

yarn && yarn dev
// or
yarn && yarn build && yarn start

Deploy your own Vercel instance

You can deploy your version of the application using Vercel just by clicking on the following button, and following the instructions:

Deploy with Vercel

Hosted version

We have our own hosted version from Vercel, you can access it on https://vote.onaave.com/


License

Copyright © 2023, Aave DAO, represented by its governance smart contracts.

Created by BGD Labs.

IMPORTANT. The BUSL1.1 license of this repository allows for any usage of the software, if respecting the Additional Use Grant limitations, forbidding any use case damaging anyhow the Aave DAO's interests.