Commit cc63d08 1 parent cad7099 commit cc63d08 Copy full SHA for cc63d08
File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -69,20 +69,18 @@ Happy DAO实践者 0技术基础小白 希望能听懂~
69
69
### 07.16
70
70
71
71
今日学习时间:2h
72
- - 学习内容小结:
73
-
74
- 1.今日回顾昨晚的公开课内容,查询听不懂的技术词汇,完成初步的技术词汇扫盲,以及尝试自述对web3://的理解
72
+ - 学习内容小结:今日回顾昨晚的公开课ppt内容,查询听不懂的技术词汇,完成初步的技术词汇扫盲,以及尝试自述对web3://的理解
75
73
76
- 2. 什么是gateway?
74
+ - 什么是gateway?
77
75
gateway是网关的意思,网关只是一种访问方式,不涉及任何数据存储,常见的网关:API
78
76
79
- 3. What is web3:// Access Protocol?
77
+ - What is web3:// Access Protocol?
80
78
以web3://开头的网址是一个可以通过调用合约访问链上数据的网站,核心是定位链上资源,无需以第三方中心化访问协议如DNS/HTTP/IPFS为中介.
81
79
82
- 4. why web3:// Access Protocol?
80
+ - why web3:// Access Protocol?
83
81
目前我们访问协议仍然是中心化的,数据有被篡改和丢失的风险存在,web3://协议可以帮助我们实现全链网站,直接访问链上数据。
84
82
85
- 5. How to Access EVM with web3://?
83
+ - How to Access EVM with web3://?
86
84
用w3eth.io网关访问以太网资源;
87
85
用w3link.io网关访问多链资源;
88
86
在主流浏览器上装插件;
@@ -97,5 +95,8 @@ Deploy a contract in manual model and say “hello world”
97
95
98
96
### 07.17
99
97
100
- XXX
98
+ 今日学习时间:2h
99
+
100
+ 学习内容小结:回看公开课视频:https://www.youtube.com/watch?v=hmN77o-ex8I
101
+
101
102
<!-- Content_END -->
You can’t perform that action at this time.
0 commit comments