Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edakturk14/lfgho-hackathon
ETH Global LFG Hackathon
https://github.com/edakturk14/lfgho-hackathon
Last synced: 26 days ago
JSON representation
ETH Global LFG Hackathon
- Host: GitHub
- URL: https://github.com/edakturk14/lfgho-hackathon
- Owner: edakturk14
- License: mit
- Created: 2024-01-12T23:17:21.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-20T18:52:35.000Z (12 months ago)
- Last Synced: 2024-10-22T20:39:16.027Z (2 months ago)
- Language: TypeScript
- Homepage: https://ghofund.vercel.app/
- Size: 2.15 MB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# GHOFund
*ETHGlobal LFGHO Hackathon project.*
Welcome to GHOFund! We have developed a Treasury Management Platform to bring deep insights and effective management to DAO treasury.
## Features
- **Simplified Payment Process for Contributors**: GHOFund provides DAOs the ability to craft streaming contracts. Streaming contrracts are smart contract that allows for the continuous, real-time transfer of assets. A streaming contract send funds at a fixed rate over a period of time.
- **Reliable Income for Contributors**: By utilizing GHO for compensation, we promote financial stability for members.
- **Comprehensive Treasury Overview & direct integration with DeFi**:The platform provides a clear view of a DAO's finances, including collateral status, GHO balance, and overall financial health. You can effectively manage and view all your finances on a single dashboard.## Built Using
- [Scaffold-ETH 2](https://scaffoldeth.io/)
- [ConnectKit](https://docs.family.co/connectkit)
- Aave & GHO smart contracts## Quickstart
### Requirements
Before you begin, you need to install the following tools:
- [Node (>= v18.17)](https://nodejs.org/en/download/)
- Yarn ([v1](https://classic.yarnpkg.com/en/docs/install/) or [v2+](https://yarnpkg.com/getting-started/install))
- [Git](https://git-scm.com/downloads)### Quickstart
1. Clone this repo & install dependencies
```
yarn install
```2. Run a local network in the first terminal:
```
yarn chain
```3. On a second terminal, deploy the smart contract:
```
yarn deploy
```4. On a third terminal, start your NextJS app:
```
yarn start
```