File tree Expand file tree Collapse file tree 1 file changed +28
-3
lines changed Expand file tree Collapse file tree 1 file changed +28
-3
lines changed Original file line number Diff line number Diff line change @@ -59,16 +59,41 @@ Happy DAO实践者 0技术基础小白 希望能听懂~
59
59
60
60
举例示范:
61
61
62
- - 今日学习时间:XXXX
63
- - 学习内容小结:XXXX
62
+ - 今日学习时间:1h
63
+ - 学习内容小结:听课
64
64
- Homework 部分(如果有安排需要填写证明完成)
65
65
- Question and Ideas(有什么疑问/或者想法,可以记在这里,也可以分享到共学频道群讨论交流)
66
66
67
67
68
68
69
69
### 07.16
70
70
71
- XXX
71
+ 今日学习时间:2h
72
+ - 学习内容小结:
73
+
74
+ 1.今日回顾昨晚的公开课内容,查询听不懂的技术词汇,完成初步的技术词汇扫盲,以及尝试自述对web3://的理解
75
+
76
+ 2.什么是gateway?
77
+ gateway是网关的意思,网关只是一种访问方式,不涉及任何数据存储,常见的网关:API
78
+
79
+ 3.What is web3:// Access Protocol?
80
+ 以web3://开头的网址是一个可以通过调用合约访问链上数据的网站,核心是定位链上资源,无需以第三方中心化访问协议如DNS/HTTP/IPFS为中介.
81
+
82
+ 4.why web3:// Access Protocol?
83
+ 目前我们访问协议仍然是中心化的,数据有被篡改和丢失的风险存在,web3://协议可以帮助我们实现全链网站,直接访问链上数据。
84
+
85
+ 5.How to Access EVM with web3://?
86
+ 用w3eth.io网关访问以太网资源;
87
+ 用w3link.io网关访问多链资源;
88
+ 在主流浏览器上装插件;
89
+ 开发专属浏览器(例如:evm-browser)
90
+
91
+ - Homework 部分
92
+ Find the ownership of an your favor NFT
93
+ Find the balance of an account in an ERC-20 contract (USDC / USDT)
94
+ Deploy a contract in auto model and say “hello world”
95
+ Deploy a contract in manual model and say “hello world”
96
+ - Question and Ideas(有什么疑问/或者想法,可以记在这里,也可以分享到共学频道群讨论交流)
72
97
73
98
### 07.17
74
99
You can’t perform that action at this time.
0 commit comments