-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
59 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
### task1:创建 auro wallet账户,完成水龙头领水 | ||
|
||
1. 概述Mina所采用的证明系统(包括名称、特点) | ||
2. 概述递归零知识证明在Mina共识过程中的应用 | ||
3. 下载安装 Auro wallet,创建账户,并完成领水 | ||
|
||
请提交回答,钱包账户截图和领水 `tx hash`。 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
### task2: 设计一个简单的投票统计器 | ||
|
||
1. 设计一个简单的投票统计器用于小团队内部投票,要求能累积统计出赞成票和反对票的票数 | ||
2. 考虑检查投票者属于团队成员,假设队员不会重复投票 | ||
|
||
请提交测试执行脚本。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
### task3: 设计一个众筹合约, 时间窗口关闭后被投资人方可提款 | ||
|
||
1. 运用 `zkapp-cli` 命令行工具初始化工程 | ||
2. 使用 `o1js` 设计一个众筹合约,在指定时间窗口间允许任何人投入 MINA,有硬顶 | ||
3. 时间窗口关闭后被投资人方可提款 | ||
|
||
请提交提供 `Jest` 本地测试的交互脚本,以及部署到 `DevNet` 的 `tx hash`。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
### task4: 设计一个众筹合约,众筹资金逐步释放 | ||
|
||
1. 运用 `zkapp-cli` 命令行工具初始化工程 | ||
2. 使用 `o1js` 设计一个众筹合约,在指定时间窗口间允许任何人投入MINA,有硬顶 | ||
3. 时间窗口关闭后众筹资金须按照以下 `vesting` 计划逐步释放: 提款人可以立即提走20%,而后每200个区块释放10%直至释放完毕 | ||
|
||
请提交 `Jest` 本地测试交互脚本,以及部署到 `DevNet` 的 `tx hash`。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
### task5:发行你自己的token,然后设计一个众筹合约 | ||
|
||
1. 发行你自己的 `token` | ||
2. 设计一个众筹合约,在指定时间窗口间允许任何人以固定的价格购买,有硬顶 | ||
|
||
请提交 `token` 地址,`Jest` 本地测试交互脚本,以及部署到 `DevNet` 的 `tx hash`。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
### task6:运行一个 appchain | ||
|
||
1. 参考[文档](https://protokit.dev/docs/quickstart),启动一个 `appchain` | ||
|
||
请提交运行结果截图。 |