Skip to content

Commit

Permalink
refactor: reorganize the structure
Browse files Browse the repository at this point in the history
  • Loading branch information
CSWellesSun committed May 8, 2024
1 parent 9b50b0a commit 4dbf996
Show file tree
Hide file tree
Showing 24 changed files with 18 additions and 15 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/eth_dapp.md → docs/eth/eth_dapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

BY ZJUBCA

本文假设读者已经对区块链有了基本的概念,如果你对诸如区块链、智能合约与 Dapp 这类词语完全陌生,那么我们建议读者先阅读协会的:[🔗ZJUBCA-Roadmap](./index.md)
本文假设读者已经对区块链有了基本的概念,如果你对诸如区块链、智能合约与 Dapp 这类词语完全陌生,那么我们建议读者先阅读协会的:[🔗ZJUBCA-Roadmap](../index.md)

## 以太坊技术原理

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
15 changes: 8 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
- CoinGecko [🔗](https://www.coingecko.com/)
- CoinMarkCap [🔗](https://coinmarketcap.com)
- **主流交易所**
- CEX + 币安 [🔗](https://www.binance.com/zh-CN)
- CEX
- 币安 [🔗](https://www.binance.com/zh-CN)
- OKX [🔗](https://www.okx.com)
- 其他 [🔗](https://www.coincarp.com/zh/exchanges/)
- DEX
Expand Down Expand Up @@ -74,7 +75,7 @@

- **技术向**
- **联盟链**
- **联盟链学习 roadmap - 第一层**[🔗](./consortium.md)
- **联盟链学习 roadmap - 第一层**[🔗](consortium/consortium.md)
- 联盟链领域只要搞懂了 Hyperledger Fabric、R3 Corda 这两个项目的东西基本上就搞懂了 80%的内容;学习方式可以是直接阅读这些项目上的文档、其他人写的博客、或者看书。
- Hyperledger Fabric 官方文档:[🔗](https://hyperledger-fabric.readthedocs.io/en/latest/)
- 书籍《区块链技术进阶实战》(豆瓣介绍[🔗](https://book.douban.com/subject/30177480/),介绍了 Hyperledger Fabric、以太坊、Hyperchain)
Expand All @@ -90,7 +91,7 @@
- Solidity 最新文档(可以切换版本查看其他版本的文档):[🔗](https://docs.soliditylang.org/en/latest/)
- 书籍:《精通以太坊》(豆瓣介绍[🔗](https://book.douban.com/subject/33424766/),主要就是介绍以太坊,以及如何在以太坊上写智能合约,以太坊 CTO 著)
- 除了以太坊以外,还可以了解波卡、Polygon 和 Dfinity 等公有区块链。对于联盟链的智能合约,如 Hyperledger Fabric,可以自行找一些书或者文档看。
- 以太坊 Dapp 开发学习路线:[🔗](./eth_dapp.md)
- 以太坊 Dapp 开发学习路线:[🔗](eth/eth_dapp.md)
- SOL 开发教程,非常详细 [🔗](https://www.soldev.app/course)
- 虚拟机:
- evm
Expand Down Expand Up @@ -125,7 +126,7 @@
- 书籍推荐:《How to DeFi》:[🔗](https://github.com/Blockchain-zju/HistoryFiles/blob/main/defi/How_to_DeFi_CHN.pdf)
- **NFT**:Non-fungible Token
- 搜索并了解 NFT、ERC-721
- **Roadmap-NFT 第一层**[🔗](./nft.md)
- **Roadmap-NFT 第一层**[🔗](nft/nft.md)

## 第三层

Expand Down Expand Up @@ -165,17 +166,17 @@
- 了解 layer2 和分片的区别
- 了解 layer2 最新进展 rollup 的两大方向 optimistic-rollup 和 zk-rollup 的区别
- **联盟链**
- **联盟链学习 roadmap - 第二层**[🔗](./consortium.md)
- **联盟链学习 roadmap - 第二层**[🔗](consortium/consortium.md)
- **商业向**(可以在公有链和联盟链中选一个,有精力的话建议全部都搞):
- 公有链方向,深入了解 DeFi 和 NFT:
- **DeFi**
- 深入体验多款 DeFi 产品
- 了解 DeFi 的生态,阅读一些 DeFi 的研究报告 [🔗](https://github.com/Blockchain-zju/HistoryFiles/blob/main/defi/defi_report.pdf)
- **NFT**
- 深入体验多款 NFT 产品
- **Roadmap-NFT 第二层**[🔗](./nft.md)
- **Roadmap-NFT 第二层**[🔗](nft/nft.md)
- 联盟链方向,深入了解各个联盟链框架以及联盟链的商业价值和应用实践:
- **联盟链学习 roadmap - 第三层**[🔗](./consortium.md)
- **联盟链学习 roadmap - 第三层**[🔗](consortium/consortium.md)
- 存证、溯源、供应链金融、数字身份、政务、版权保护....
- 建议先看《2018 年中国区块链产业白皮书》,虽然目前已经是 2020 年了,但是这个报告确实不错
- 有一些书籍:《产业区块链》(豆瓣介绍[🔗](https://book.douban.com/subject/35030217/),腾讯系的区块链实践,马化腾作序,可以起到一些了解的作用)
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/weekly/weekly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# ZJUBCA Weekly Feed
13 changes: 7 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
site_name: ZJUBCA Blockchain Roadmap
nav:
- 学习路径: index.md
- 每周精选: weekly/weekly.md
- ETH:
- 学习路径: eth.md
- 开发教程: eth_dapp.md
- NFT: nft.md
- 联盟链: consortium.md
- 参考: reference.md
- 历史文件: history.md
- 学习路径: eth/eth.md
- 开发教程: eth/eth_dapp.md
- NFT: nft/nft.md
- 联盟链: consortium/consortium.md
- 参考文档: reference/reference.md
- 历史文件: history/history.md
#主题
theme:
name: "material"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4dbf996

Please sign in to comment.