Skip to content

Latest commit

 

History

History
396 lines (345 loc) · 24.3 KB

Polkadot 学习资源汇总.md

File metadata and controls

396 lines (345 loc) · 24.3 KB

Polkadot 学习资源汇总

这里将实时收集汇总 Polkadot 相关的学习资源,包括 Polkadot 本身以及 Substrate 框架。

Contents

Substrate 是什么

Substrate 是一个开源的区块链构建框架,可以在短时间内建立完整、可配置的区块链。另外一个可选功能是,可以将构建的区块链部署到 Polkadot 网络中,这一网络拥有共享安全等其它优势。而且,包括 Kusama 网络,Polkadot 主网,也将基于 Substrate 构建。更多内容参考这里

使用Substrate,你可以获得下面这些开箱即用的功能,还可以自定义这些功能:

  • 一条PoS的区块链
  • 可升级的运行环境
  • 插件式的共识 (PoS, PoW, PoA)
  • 区块生产和同步
  • 高效存储
  • 高效状态机
  • P2P网络层
  • 内置的基本加密工具
  • 支持轻客户端
  • 工具集,用来修改运行环境的逻辑,例如管理存储、账户、权益、资产、共识算法等等
  • UI 工具

它有以下特点:

  • Everything you Need to Build a Blockchain
  • Fast and efficient database.
  • Modular P2P networking stack in libp2p.
  • Hot-swappable consensus layer.
  • Customizable transaction queue management system.
  • Diverse library of runtime modules.

官网

Polkadot 官网
Parity 官网
Web3 基金会官网
Substrate 官网

Parity 官方 GitHub 地址
Polkadot GitHub 地址
Substrate GitHub 地址
Substrate 开发者中心 GitHub 地址
Web3 基金会 GitHub 地址
跨链工具 Cumulus

Polkadot 官方白皮书地址
Overview of Polkadot and its Design Considerations(May 29, 2020)

Web3 基金会论坛
官方维护的 Riot 群
Polkadot 官方 Medium
Polkadot 官方 Reddit
Polkadot 官方 Twitter
Polkadot 官方 Telegram
Polkadot 官方 Youtube
订阅 Polkadot 邮件

导航类资源

awesome-substrate

标签官方 汇总 实时更新 多语言版本

这里实时更新了 Substrate 相关的信息的汇总。在这里可以得到:

  • Substrate Wiki、Polkadot Wiki、Research Wiki 等相关的官方文档;
  • 可以讨论问题以及得到最新信息的社交频道;
  • 有 Demo 讲解的开发指南;
  • 各种主题的演讲视频链接;
  • 以及 Polkadot 生态里面的相关项目;
  • 最新公告和活动等。

substrate.dev

https://substrate.dev/

标签官方 开发者中心 多语言版本

这里是 Polkadot 团队官方维护的 Substrate 开发者中心,为了方便开发者学习、研究、使用 Substrate,Polkadot 团队精心地写了非常有用的文档:

  • Substrate 文档:官方 Substrate 文档。这个文档以 Rust 的标准库文档的形式给出,如果之前看过 Rust 标准库文档的话,会很习惯这个形式。这里包含了 Substrate 框架里面所有涉及到的库。比如 Substrate 里面实现的工具集,提供了很多非常好的功能。
  • Substrate Wiki:指南、实例和深入解释。这里讲解了 Substrate 是什么,怎么安装,并且深入讲解了 Substrate 里面的一些细节:包括 Extrinsics,Transaction Lifecycle,Low-level Data Format,Smart Contract,Off-Chain Workers,Session Keys,SS58 Address Format 以及 Runtime,还有一些工具:比如 The subkey Tool,ink! 智能合约工具。
  • Substrate recipes 最佳实践:这里是一组简单的代码模式,这些代码模式演示了使用 Substrate 构建区块链时的最佳实践。通过它可以学习怎样写出更加安全的 Runtime module。
  • Substrate 示例教程:这里有难易不同的好几个示例教程,手把手地带你基于 Substrate 来开发某个场景下的区块链。当你对 Polkadot 等有一个大概的了解之后,非常推荐从这里开始 Substrate Coding 之旅。
  • Substrate Seminar: 这里是 Substrate 研讨会,可以通过 Zoom 开展电话学习,一般在每周二的 14:00 UTC(北京时间晚上10点)。
  • 交流方式:这里的 Riot Chat 是类似一个微信的存在,里面可以讨论关于 Substrate 的问题,甚至有时候能够得到 Gavin Wood 的回答!

substrate.io

https://www.substrate.io/

标签官方 开发者中心

这里是 Substrate 官网,展示了 Substrate 特性以及一些有用的链接。

PolkaWorld 波卡世界

https://www.polkaworld.org/explore

标签社区 中文

波卡世界是一个中文社区,有网站以及公众号(搜索 PolkaWorld)以及对应的微信群。其公众号能及时发布关于 Polkadot 的最新公告,翻译发布一些 Polkadot 文章,定期会组织一些活动等。

Boka.Network

http://blog.boka.network/links/

标签导航 中文

中文社区。

Polka Project

http://polkaproject.com/

标签导航 英文 项目

波卡生态目前已有的项目汇总,包括其官方,邮箱,联系地址等,并已按功能分好类。

主页类资源

Polkadot Wiki

https://wiki.polkadot.network/docs/en/

标签官方 Wiki 多语言版本

Polkadot 综合性资源

基于 Polkadot 开发

Polkadot 全面介绍

这里对 Polkadot 进行了全面的介绍,包括关于 Polkadot 的特点:

参与维护网络

Web3 Foundation Research

https://research.web3.foundation/en/latest/

标签官方 研究

研究领域:

  • 去中心化算法:共识,优化,博弈论
  • 密码学
  • 网络

目前研究:

联系方式:

  • Riot: #w3f:matrix.org
  • forum

Polkadot 网络协议

Web3 研究团队成员

Web3 基金会新闻

https://research.web3.foundation/en/latest/news.html