Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

task10: linghuccc #1372

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 74 additions & 0 deletions projects/charityDao/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
# Rare Disease Charity DAO

罕见病慈善 DAO

## 项目概述

一个支持多链的,为罕见病患者及其家庭,而发行代币 / NFT 进行募资的慈善 DAO 平台。

## 技术架构

**前端:**

- React + TypeScript + Vite + Rainbowkit + Wagmi

**后端:**

- Foundry + Solidity

## 核心功能

整个项目分为 **2 个部分**:

**1. DAO 审核员部分**

根据登录身份的不同,可执行的操作如下:

- 任何人

- 可以查看 DAO 审核员名单及其信息;

- 非审核员

- 可以申请新审核员身份;

- 审核员
- 可以修改自身相关信息;
- 可以批准 / 驳回新申请;
- 可以质疑现有审核员(提交不信任提案);
- 可以赞成 / 反对不信任提案;
- 可以退出审核员身份;<br><br>

**2. 慈善项目部分**

根据登录身份的不同,可执行的操作如下:

- 任何人

- 可以查看已发行项目及其信息;
- 可以申请发行新代币 / NFT 慈善项目;

- 审核员

- 可以批准 / 驳回新项目申请;

- 被授权的项目发起人

- 可以发行新代币 / NFT 慈善项目。

## 项目团队

[Ric Li C](https://github.com/Ric-Li-C)

- Twitter: [@Ric_Li_C](https://twitter.com/Ric_Li_C)
- Telegram: [@ric_li_c](https://t.me/ric_li_c)
- Email: [email protected]

## 项目链接

| 链接条目 | 链接地址 |
| -------- | -------------------------------------------------------------------- |
| 介绍 PPT | https://github.com/Ric-Li-C/Charity-DAO/public/charity_dao_demo.pptx |
| 源码仓库 | https://github.com/Ric-Li-C/Charity-DAO |
| 演示视频 | <准备中> |
| 在线体验 | https://charity-dao-pearl.vercel.app |