介绍
在本教程中, 您将学习如何编译和启动 Substrate 开发者中心的 Node Template,并使用 Substrate 开发者中心的 Front-End Template 进行交互。
本教材针对之前从未接触过 Substrate、希望能简单、 快速地了解 Substrate 全貌的人。 We will not be going into depth about the intricacies of developing on Substrate, but will hopefully satisfy your curiosity so that you will continue your journey!
完成本教程大概需要花费你 1 个小时的时间。 We will be compiling Rust code, but you do not need to have any Rust experience to complete this guide. 我们将为您提供可用的代码并解释如何使用它。
我们只期望:
- 您基本熟悉软件开发和终端界面
- 您基本熟悉区块链和智能合约平台。
- 你对学习区块链开发的前沿技术抱开放态度。
If you run into an issue on this tutorial, we are here to help! You can ask a question on Stack Overflow and use the substrate
tag or contact us on Element.
你接下来会做的事
在我们开始之前,让我们解释下我们将要在本教程中做些什么。 我们将:
- 设置您的计算机来用 Substrate 作开发。
- 使用 Node Template 项目来运行一个基于 Substrate 的区块链。
- 使用 Front-end Template 项目与 Template 节点交互。
听起来还不错吧? 那么,让我们开始吧!