-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/cwang25/guigulive-operation
- Loading branch information
Showing
7 changed files
with
22 additions
and
5 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## 硅谷live以太坊智能合约频道官方地址 | ||
|
||
### 第二课《智能合约设计进阶-多员工薪酬系统》 | ||
|
||
目录结构 | ||
<br/>| | ||
<br/>|--orgin 课程初始代码 | ||
<br/>| | ||
<br/>|--assignment 课程作业提交代码 | ||
<br/> | ||
### 本节知识点 | ||
第2课:智能合约设计进阶-多员工薪酬系统 | ||
- 动态静态数组的不同 | ||
- 函数输入参数检查 revert | ||
- 循环与遍历的安全性 | ||
- 程序运行错误检查和容错:assert与require |
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 @@ | ||
## 硅谷live |
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 @@ | ||
## 硅谷live以太坊智能合约 第二课《智能合约设计进阶-多员工薪酬系统》 |
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# 老董区块链干货铺 | ||
硅谷live以太坊智能合约频道官方地址 | ||
# 硅谷live以太坊智能合约频道官方地址 | ||
|
||
### 一、课程如何更新的呢?(以北京时间为准) | ||
|
||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## 老董区块链干货铺 | ||
## 硅谷live以太坊智能合约频道官方地址 | ||
|
||
### 第一课《智能合约设计初阶-单员工薪酬系统》 | ||
|
||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## 老董区块链干货铺 第一课作业 | ||
## 硅谷live以太坊智能合约 第一课作业 | ||
这里是同学提交作业的目录 | ||
|
||
### 第一课:课后作业 | ||
|
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## 老董区块链干货铺 第一课《智能合约设计初阶-单员工薪酬系统》 | ||
## 硅谷live以太坊智能合约 第一课《智能合约设计初阶-单员工薪酬系统》 | ||
|
||
这里是每一课的初始代码,有需要的同学可以参考 |