Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pseudoyu/blockchain-guide
区块链入门指南
https://github.com/pseudoyu/blockchain-guide
blockchain ethereum fabric hyperledger solidity web3
Last synced: 18 days ago
JSON representation
区块链入门指南
- Host: GitHub
- URL: https://github.com/pseudoyu/blockchain-guide
- Owner: pseudoyu
- License: cc-by-sa-4.0
- Created: 2021-03-01T17:06:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T15:26:33.000Z (3 months ago)
- Last Synced: 2024-10-14T09:46:06.599Z (about 1 month ago)
- Topics: blockchain, ethereum, fabric, hyperledger, solidity, web3
- Language: HTML
- Homepage: https://guide.pseudoyu.com
- Size: 2.22 MB
- Stars: 95
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 区块链入门指南
我是 [Yu Zhang](https://github.com/pseudoyu),区块链开发工程师,开源爱好者,乐于学习与分享区块链相关技术。
这个指南将会介绍进入区块链与 Web3 领域时需要学习的基础知识、优质项目、代码实践以及网络上各类资源,让对区块链有兴趣的朋友能够更快地掌握区块链相关知识。本指南写作基调为深入浅出地介绍区块链相关概念,以代码实践为主,尽可能吸引读者的兴趣。
[📖 在线阅读地址](https://guide.pseudoyu.com)
## 参与
[《区块链入门指南》](https://github.com/pseudoyu/blockchain-guide)采用 [Hugo](https://gohugo.io) 发布。欢迎大家通过 [issue](https://github.com/pseudoyu/blockchain-guide/issues) 提供建议,也可以通过 [pull requests](https://github.com/pseudoyu/blockchain-guide/pulls) 来共同参与贡献。
安装完 `hugo` 之后,需要先同步主题文件
```bash
git submodule update --init --recursive
```同步完成后,可在根目录执行以下指令来测试网站:
```bash
hugo server
```文档在 `content/zh/docs` 目录下,修改后可以通过 pull requests 提交。
## 授权
The articles in 《区块链入门指南》 are licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).
## 贡献者