This repository contains all the documentation for GHO,a decentralized overcollateralized stablecoin that is fully backed, transparent and native to the Aave Protocol. The docs website has been built using Docusaurus 2, a modern static website generator.
The GHO documentation covers a general overview of concepts, and developer docs.
These pages cover the core concepts to help users learn the basics of GHO. This includes:
- What is GHO?
- Why GHO?
- How GHO works (Facilitators, interest and discount rate models, and more)
- Fundamentals (how to interact with GHO, FlashMinting)
Developers can look into the technical implementation of GHO, smart contracts, how to integrate GHO, and find the deployed contracts addresses.
Alongside these main sections, users can find FAQs, audits, a glossary and the techpaper.
Install and run the GHO documentation.
$ yarn
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.