Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TomatoDroid committed Jun 17, 2024
1 parent c1860f9 commit 5f05f8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions members/TomatoDroid/task2/02_Blockchain_Basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

## [单选题] 下列说法正确的是

- [ ] 一个私钥对应一个地址
- [x] 一个私钥对应多个地址
- [x] 一个私钥对应一个地址
- [ ] 一个私钥对应多个地址
- [ ] 多个私钥对应一个地址
- [ ] 多个私钥对应多个地址

Expand Down Expand Up @@ -56,8 +56,8 @@
## [简答题] 智能合约是什么,有何作用?

```
智能合约是一种自动执行、管理数字契约的程序,它运行在区块链技术之上。智能合约允许在各方不需相互信任的情况下进行可信的交易,这写交易是可追踪和不可逆的
智能合约可以自动执行协议,增强信任,较低交易成本,提高交易速度,减少欺诈行为
智能合约是存储在区块链上的计算机程序,遵循”如果...那么...“(IFTTT)逻辑,并且保证按照其代码定义的规则执行,智能合约一旦创建就无法更改
智能合约可以解决传统合约的信任问题,消除可信中介的需求,可预测的结果,可用于审计和跟踪,保护隐私,可查看的条款
```

## [简答题] 怎么理解大家常说的 `EVM` 这个词汇?
Expand All @@ -81,3 +81,4 @@ EVM是Ethereum Virtual Machine(以太坊虚拟机)的缩写,它是以太
## 操作题

安装一个 WEB3 钱包,创建账户后与 [openbuild.xyz](https://openbuild.xyz/profile) 进行绑定,截图后文件命名为 `./bind-wallet.jpg`.
![钱包绑定截图](./bind-wallet.jpg)
Binary file modified members/TomatoDroid/task2/bind-wallet.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5f05f8b

Please sign in to comment.