diff --git a/README_zh.md b/README_zh.md index 76b8446..4fe50f4 100644 --- a/README_zh.md +++ b/README_zh.md @@ -103,7 +103,7 @@ Starcoin Web3 星航计划的目标是构建一个学习社区,一起探索 We 3. 对外的 Move 相关的教程文章 + 1 分, 希望 Move 被更多的人了解,所以鼓励通过其他渠道传播文档教程。 4. 独立的 Move module + 1 分。希望学习 Move 后可以做出新的模块,而不仅仅是学会教程中的例子。 -> 导论毕业标准的详细地址: +> 讨论毕业标准的详细地址: > - [https://github.com/starcoinorg/web3startrek/pull/59](https://github.com/starcoinorg/web3startrek/pull/59) > - [https://github.com/starcoinorg/web3startrek/pull/61](https://github.com/starcoinorg/web3startrek/pull/61) > - [https://github.com/starcoinorg/web3startrek/pull/54](https://github.com/starcoinorg/web3startrek/pull/54) diff --git a/members/tonyce.md b/members/tonyce.md new file mode 100644 index 0000000..fa80f6e --- /dev/null +++ b/members/tonyce.md @@ -0,0 +1,43 @@ +# 星航计划加入申请表 + +### 个人介绍 + +* Github ID: [Tonyce](https://github.com/Tonyce) + +* Telegram ID: d_ttang + +* Discord ID: ttang#1465 + +* Starcoin 账号地址: 0x0abC432999Ce06FF2CcD02f86eA898f1 + + +长期从事互联网,2022 年转入区块链以及 Web3 领域。 +常用语言 Js (Nodejs & React)、Rust、Move。对区块链系统研发以及智能合约编程方向感兴趣。 + +### 学习日志 + +1. React init project +2. js call wallet +3. js call contract +4. init move contract project +5. Counter move contract demo +6. deploy contract to barnard test network +7. js call counter contact +8. update counter contract +9. contract store string for user +10. contract store structure for user +11. contract remove structure for user +12. Game start +13. BCS::to_bytes() +14. AccountAddress decode +15. sha3-256 compare +16. unit test +17. done + +### 学习成果 + +> https://github.com/Tonyce/starcoin-react-stepby +> https://github.com/starcoinorg/dapps/pull/51 +> https://github.com/starcoinorg/starcoin-cookbook/pull/176 +> https://github.com/starcoinorg/starcoin-cookbook/pull/178 +> https://github.com/starcoinorg/dapps/pull/54