Skip to content
Merged
Show file tree
Hide file tree
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
Binary file added PPT/第二课.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions projects/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
* 1.本目录用来存放每节课的基准代码;
> (每节课lesson-x文件夹更新时间为每周五晚11:00之前,一般周五上午就会更新)

* 2.每上完一节课,需要从TeamX的master分支更新代码仓库到本地仓库;

Expand Down
12 changes: 8 additions & 4 deletions projects/lesson-1/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
* 1.请在本目录完成第一课作业;
* 1.构建交易
![image](https://raw.githubusercontent.com/zjb0807/Team6/master/projects/lesson-1/images/1.make-transfer.png)

* 2.完成后,请及时提交作业;
* 2.签名广播
![image](https://raw.githubusercontent.com/zjb0807/Team6/master/projects/lesson-1/images/2.sign-and-submit.png)

* 3.提交作业过程:
> 本人账号(guobin)/仓库(TeamX)-分支(master)→ 组织(SubstrateOrg)/团队(TeamX)-个人分支(01-guobin)
* 3.交易成功
![image](https://raw.githubusercontent.com/zjb0807/Team6/master/projects/lesson-1/images/3.transfer-success.png)

* 4.交易明细
![image](https://raw.githubusercontent.com/zjb0807/Team6/master/projects/lesson-1/images/4.transfer-details.png)
Binary file added projects/lesson-1/images/1.make-transfer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added projects/lesson-1/images/2.sign-and-submit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added projects/lesson-1/images/3.transfer-success.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added projects/lesson-1/images/4.transfer-details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions projects/lesson-1/substrate-kitties/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Generated by Cargo
# will have compiled files and executables
**/target/

# These are backup files generated by rustfmt
**/*.rs.bk
Loading