https://github.com/aave/docs-gho
https://github.com/aave/docs-gho
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aave/docs-gho
- Owner: aave
- Created: 2023-06-13T07:31:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T16:20:30.000Z (over 1 year ago)
- Last Synced: 2025-04-01T19:16:47.769Z (9 months ago)
- Language: JavaScript
- Homepage: https://docs-gho.vercel.app
- Size: 11.2 MB
- Stars: 6
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GHO Document Hub
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](docs.gho.xyz) has been built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
## Documentation
The GHO documentation covers a general overview of concepts, and developer docs.
### Concepts
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)
### Developer Docs
Developers can look into the technical implementation of GHO, smart contracts, how to integrate GHO, and find the deployed contracts addresses.
### Other Resources
Alongside these main sections, users can find FAQs, audits, a glossary and the techpaper.
## Installation
Install and run the GHO documentation.
```
$ yarn
```
### Local Development
```
$ 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.
### Build
```
$ yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.