https://github.com/codewithveek/donare-frontend
https://github.com/codewithveek/donare-frontend
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codewithveek/donare-frontend
- Owner: codewithveek
- Created: 2023-08-24T16:09:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T23:18:44.000Z (almost 3 years ago)
- Last Synced: 2026-02-04T14:37:15.487Z (4 months ago)
- Language: TypeScript
- Homepage: https://donare-frontend.vercel.app
- Size: 18.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```