|
62 | 62 |
|
63 | 63 | 举例示范:
|
64 | 64 |
|
65 |
| -- 今日学习时间:XXXX |
| 65 | +- 今日学习时间:20240715 |
66 | 66 | - 学习内容小结:XXXX
|
67 | 67 | - Homework 部分(如果有安排需要填写证明完成)
|
68 | 68 | - Question and Ideas(有什么疑问/或者想法,可以记在这里,也可以分享到共学频道群讨论交流)
|
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
72 | 72 | ### 07.16
|
| 73 | +- 今日学习时间:20240716 |
| 74 | + |
| 75 | +- 学习内容小结: |
| 76 | + - On the Future of Web3 — Paving the Way to End-to-End Fully-Decentralized Web by Qi Zhou |
| 77 | + - State of the Art of dWeb |
| 78 | + - ipfs://(decentralized access protocol): |
| 79 | + - libp2p(decentralized networking layer):which to retrieve the data |
| 80 | + - filecoin(decentralized incentivized Storage layer):helps to keep the data consistency |
| 81 | + - limitation of current solutions |
| 82 | + - limited storage semantics(语义学) |
| 83 | + - steep(陡峭的) learning cure |
| 84 | + - futures needed in future web3 |
| 85 | + - rich storage semantics |
| 86 | + - simple user onboarding |
| 87 | + - end-to-end fully decentralized |
| 88 | + - solutions to future web3 |
| 89 | + - proof of publication via data availability |
| 90 | + - ethstorage: external data retenion(保持) l2 network |
| 91 | + - instead of computation that most l2 work on |
| 92 | + - support both ethereum mainnet and our stoarge-specific sidechain |
| 93 | + - web3:// access protocol |
| 94 | + - ERC-4804: web3 url standard - an IANA Registered Scheme |
| 95 | + - web3://qizhou.eth@example.eth:333/balanceOf/zuck.eth?returns=(uint256) |
| 96 | + - scheme: web3 |
| 97 | + - userinfo: qizhou.eth |
| 98 | + - contract: example.eth |
| 99 | + - chainid: 333 |
| 100 | + - authority: qizhou.eth@example.eth:333 |
| 101 | + - methodId: balanceOf |
| 102 | + - arg0: zuck.eth |
| 103 | + - query: returns=(uint256) |
| 104 | + - applications |
| 105 | + - nft等 |
| 106 | + - Introducing web3:// - Decentralized Access Protocol for EVM | ETHDenver 2023 |
| 107 | + - web3:// access protocol? |
| 108 | + - why need web3:// access protocol? |
| 109 | + - more and more nfts are moving on chain |
| 110 | + - cyberbrokes |
| 111 | + - nouns |
| 112 | + - moonbirds |
| 113 | + - artbooks |
| 114 | + - narrative(叙事技巧): own both token and image on-chain |
| 115 | + - a missing part of ethereum: no way to render(提供) the object directly. |
| 116 | + - web3:// allows user to browse the images content directly |
| 117 | + - how to use web3://? |
| 118 | + - Inherit most features of http:// |
| 119 | + - a decentralized authority(a contract by address or name) |
| 120 | + - a way to call the contract(calldata) |
| 121 | + - (optional) a format to return data |
| 122 | + - check web3url.io for more |
| 123 | + - how to access evm with web3://? |
| 124 | + - w3eth.io is current gateway for ethereum |
| 125 | + - firefox extension |
| 126 | + - native integration(融合) with modern browsers is underway! |
| 127 | + - w3link.io is the current gateway for multi-chain |
| 128 | + - support networks |
| 129 | + - mainnet(1) |
| 130 | + - goerli |
| 131 | + - sepolia |
| 132 | + - optimism/testnet |
| 133 | + - arbitrum/testnet |
| 134 | + - application: on-chain nft images |
| 135 | + - on-chain nfts - cyberbrokers |
| 136 | + - application: personal website |
| 137 | + - vitalik's blog |
| 138 | + - use ERC5018: filesystem-like interface |
| 139 | + - ethfs-uploader to synchronize folder/files |
| 140 | + - more applications |
| 141 | + - dynamic website with multi-user interactions |
| 142 | + - decentralized blogger、dropbox、email、git、craigslist |
| 143 | + - checkout web3url io |
| 144 | + - storage issue on evm |
| 145 | + - storage cost is super expensive on mainnet |
| 146 | + - 1GB costs ~ 10M dollars |
| 147 | + - solution with low cost - arbitrum nova with DAC |
| 148 | + - solution with lower cost - ethstorage.io |
| 149 | + - scaling ethereum storage to ~ PB with 1/1000x cost |
| 150 | + - vision on future web3 |
| 151 | + - ethereum drives most innovations(创新) |
| 152 | + - omnipresent(无所不在的) to everyone |
| 153 | + - fully decentralized |
| 154 | + |
| 155 | +- Homework 部分(如果有安排需要填写证明完成) |
| 156 | + |
| 157 | +- Question and Ideas(有什么疑问/或者想法,可以记在这里,也可以分享到共学频道群讨论交流) |
| 158 | + |
73 | 159 |
|
74 |
| -XXX |
75 | 160 |
|
76 | 161 | ### 07.17
|
| 162 | +- 今日学习时间:20240717 |
| 163 | + |
| 164 | +- 学习内容小结: |
| 165 | + |
| 166 | +- Homework 部分(如果有安排需要填写证明完成) |
| 167 | + |
| 168 | +- Question and Ideas(有什么疑问/或者想法,可以记在这里,也可以分享到共学频道群讨论交流) |
77 | 169 |
|
78 |
| -XXX |
79 | 170 | <!-- Content_END -->
|
0 commit comments