From f5c93762ee8779fc644c2389ef21f43e4f87b03b Mon Sep 17 00:00:00 2001 From: ttang Date: Wed, 10 Aug 2022 14:01:13 +0800 Subject: [PATCH 01/11] learn move for starcoin --- members/tonyce.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 members/tonyce.md diff --git a/members/tonyce.md b/members/tonyce.md new file mode 100644 index 0000000..1d01f92 --- /dev/null +++ b/members/tonyce.md @@ -0,0 +1,35 @@ + + +# 星航计划加入申请表 + +> 以下是示例内容,请根据自己的情况修改。 + +### 个人介绍 + +* Github ID: [Tonyce](https://github.com/Tonyce) + +* Telegram ID: d_ttang + +* Discord ID: ttang#1465 + +* Starcoin 账号地址: 0x0abC432999Ce06FF2CcD02f86eA898f1 + + +长期从事互联网,2022 年转入区块链以及 Web3 领域。 +常用语言 Rust,Move。对区块链系统研发以及智能合约编程方向感兴趣。 +参与的开源项目: + +* https://github.com/d-jsrsc/jinchan-wallet + +### 学习日志 + +> TODO + +### 学习成果 + +> TODO + + + + + From 7e77950c721b1197d9ac6c32d87ac7bf430fcb7b Mon Sep 17 00:00:00 2001 From: ttang Date: Wed, 10 Aug 2022 19:16:56 +0800 Subject: [PATCH 02/11] add repo with the step by --- members/tonyce.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/members/tonyce.md b/members/tonyce.md index 1d01f92..86b8643 100644 --- a/members/tonyce.md +++ b/members/tonyce.md @@ -27,7 +27,7 @@ ### 学习成果 -> TODO +> https://github.com/Tonyce/starcoin-stepby From 5c45defeb28e3d1e971ddad0e981898d4c16ebff Mon Sep 17 00:00:00 2001 From: ttang Date: Thu, 11 Aug 2022 14:22:56 +0800 Subject: [PATCH 03/11] learn done --- members/tonyce.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/members/tonyce.md b/members/tonyce.md index 86b8643..ed2e6dc 100644 --- a/members/tonyce.md +++ b/members/tonyce.md @@ -23,7 +23,14 @@ ### 学习日志 -> TODO +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. done ### 学习成果 From 34c715828d8ef7d80fd917fceaa33413de5ab2dc Mon Sep 17 00:00:00 2001 From: ttang Date: Fri, 12 Aug 2022 08:31:08 +0800 Subject: [PATCH 04/11] test string savein contract --- members/tonyce.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/members/tonyce.md b/members/tonyce.md index ed2e6dc..66a4f2a 100644 --- a/members/tonyce.md +++ b/members/tonyce.md @@ -30,7 +30,10 @@ 5. Counter move contract demo 6. deploy contract to barnard test network 7. js call counter contact -8. done +8. update counter contract +9. contract store string for user +10. ... +11. done ### 学习成果 From 3f65646777a814e8052c48124444318e494d58c8 Mon Sep 17 00:00:00 2001 From: ttang Date: Fri, 12 Aug 2022 09:57:43 +0800 Subject: [PATCH 05/11] test struct savein contract --- members/tonyce.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/members/tonyce.md b/members/tonyce.md index 66a4f2a..d969e2e 100644 --- a/members/tonyce.md +++ b/members/tonyce.md @@ -32,8 +32,9 @@ 7. js call counter contact 8. update counter contract 9. contract store string for user -10. ... -11. done +10. contract store structure for user +11. 。。。 +12. done ### 学习成果 From edec9d92a1adc8c3f4bd3e9def1685c89aed7204 Mon Sep 17 00:00:00 2001 From: ttang Date: Sat, 13 Aug 2022 18:51:50 +0800 Subject: [PATCH 06/11] game done --- members/tonyce.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/members/tonyce.md b/members/tonyce.md index d969e2e..9eca487 100644 --- a/members/tonyce.md +++ b/members/tonyce.md @@ -33,8 +33,12 @@ 8. update counter contract 9. contract store string for user 10. contract store structure for user -11. 。。。 -12. done +11. contract remove structure for user +12. Game start +13. BCS::to_bytes() +14. AccountAddress decode +15. sha3-256 compare +16. done ### 学习成果 From 6cf77fb6ef328ac7bcf382272ddc85d1c813ccf9 Mon Sep 17 00:00:00 2001 From: ttang Date: Sun, 14 Aug 2022 08:41:17 +0800 Subject: [PATCH 07/11] graduation --- members/tonyce.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/members/tonyce.md b/members/tonyce.md index 9eca487..4c97046 100644 --- a/members/tonyce.md +++ b/members/tonyce.md @@ -42,7 +42,10 @@ ### 学习成果 -> https://github.com/Tonyce/starcoin-stepby +> https://github.com/Tonyce/starcoin-react-stepby +> https://github.com/starcoinorg/starcoin.js/pull/60 +> https://github.com/starcoinorg/dapps/pull/51 +> https://github.com/starcoinorg/starcoin-cookbook/pull/176 From 5e73e983b9b3758b21fe8cac943b65c84790742d Mon Sep 17 00:00:00 2001 From: ttang Date: Fri, 19 Aug 2022 13:34:50 +0800 Subject: [PATCH 08/11] cookbook --- members/tonyce.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/members/tonyce.md b/members/tonyce.md index 4c97046..162521c 100644 --- a/members/tonyce.md +++ b/members/tonyce.md @@ -38,14 +38,15 @@ 13. BCS::to_bytes() 14. AccountAddress decode 15. sha3-256 compare -16. done +16. unit test +17. done ### 学习成果 > https://github.com/Tonyce/starcoin-react-stepby -> https://github.com/starcoinorg/starcoin.js/pull/60 > https://github.com/starcoinorg/dapps/pull/51 > https://github.com/starcoinorg/starcoin-cookbook/pull/176 +> https://github.com/starcoinorg/starcoin-cookbook/pull/178 From 94868746c6630ae593fabece07131709e49692fa Mon Sep 17 00:00:00 2001 From: ttang Date: Sun, 21 Aug 2022 11:40:16 +0800 Subject: [PATCH 09/11] fix react key bug --- members/tonyce.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/members/tonyce.md b/members/tonyce.md index 162521c..fb2d3ec 100644 --- a/members/tonyce.md +++ b/members/tonyce.md @@ -17,9 +17,6 @@ 长期从事互联网,2022 年转入区块链以及 Web3 领域。 常用语言 Rust,Move。对区块链系统研发以及智能合约编程方向感兴趣。 -参与的开源项目: - -* https://github.com/d-jsrsc/jinchan-wallet ### 学习日志 @@ -47,6 +44,7 @@ > 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 From 409e744c921fdffedb872d6a301e8833118c68b8 Mon Sep 17 00:00:00 2001 From: ttang Date: Mon, 22 Aug 2022 13:06:22 +0800 Subject: [PATCH 10/11] add js --- members/tonyce.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/members/tonyce.md b/members/tonyce.md index fb2d3ec..fa80f6e 100644 --- a/members/tonyce.md +++ b/members/tonyce.md @@ -1,9 +1,5 @@ - - # 星航计划加入申请表 -> 以下是示例内容,请根据自己的情况修改。 - ### 个人介绍 * Github ID: [Tonyce](https://github.com/Tonyce) @@ -16,7 +12,7 @@ 长期从事互联网,2022 年转入区块链以及 Web3 领域。 -常用语言 Rust,Move。对区块链系统研发以及智能合约编程方向感兴趣。 +常用语言 Js (Nodejs & React)、Rust、Move。对区块链系统研发以及智能合约编程方向感兴趣。 ### 学习日志 @@ -40,13 +36,8 @@ ### 学习成果 -> 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/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 - - - - - From 3c4693ad500ab939c1ba58d24c2baf5113e3fc66 Mon Sep 17 00:00:00 2001 From: ttang Date: Mon, 22 Aug 2022 13:50:01 +0800 Subject: [PATCH 11/11] =?UTF-8?q?fix=20=E5=AF=BC=E8=AE=BA=20with=20?= =?UTF-8?q?=E8=AE=A8=E8=AE=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)