Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oyeins-gui/opengov

A decentralized funding network for projects on stacks blockchain
https://github.com/oyeins-gui/opengov

eslint react react-hook-form redux-toolkit stacks stacks-js typescript

Last synced: about 1 month ago
JSON representation

A decentralized funding network for projects on stacks blockchain

Awesome Lists containing this project

README

        

# Opengov

### Setup locally

```
git clone https://github.com/Oyeins-GUI/opengov.git
cd opengov
```

#### Setup frontend

```
cd frontend
- npm
npm install
- yarn
yarn add

npm run dev
```

#### Setup contract

```
cd contract
- npm
npm install
- yarn
yarn add
```