carletex / ghofund

https://ghofund-platform.vercel.app
MIT License
0 stars 0 forks source link

GHOFund

A Treasury Management Platform to bring deep insights and effective management to DAO treasury. Incubated at ETHGlobal LFGHO Hackathon.

Features

Built Using

Quickstart

Requirements

Before you begin, you need to install the following tools:

Quickstart

  1. Clone this repo & install dependencies
yarn install
  1. Run a local network in the first terminal:
yarn chain
  1. On a second terminal, deploy the smart contract:
yarn deploy
  1. On a third terminal, start your NextJS app:
yarn start