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

https://github.com/codewithveek/donare-frontend


https://github.com/codewithveek/donare-frontend

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

          

## Donare

Donare is a crosschain Decentralised Autonomous Organisation (DAO) platform that empowers users to create campaigns and raise funds for their dream projects or any cause they wish to support. The platform also incorporates a governance feature, allowing DAO members to create proposals that control the platform's content and make decisions, including taking down fraudulent campaigns through a voting system.

### Live Demo
https://donare-dapp.vercel.app/

## Features
* Create and manage campaigns for fundraising.
* Crosschain operations facilitated by Axelar.
* Governance system for proposal creation and decision-making.
* Identity management and DAO member rewards through Port3.
* Easy setup and installation.

## Installation
1. Clone the repository to your local machine:
```bash
git clone https://github.com/BNB-HACKZ/dao-front-end.git

```
2. Change to the project directory:
```bash
cd dao-front-end
```
3. Install the required dependencies:
```bash
npm install
```
## Usage
Once you have completed the installation, you can run Donare using the following
command:
```bash
npm run dev
```