Blockchain Development for Innovators

官网 https://substrate.dev/ 的介绍:
Substrate is a modular framework that enables you to create purpose-built blockchains by composing custom or pre-built components.

Substrate是一个模块化框架,它使您能够通过组合自定义的或预构建的组件来创建定制的区块链。

Why Use Substrate?

Focus on Your Strengths
Substrate’s modular design means you can reuse battle-tested libraries while building the custom components that matter most.

专注于你的优势
Substrate的模块化设计意味着您可以在构建最重要的定制组件时重用经过实战测试的库。

Runtime Development

Use Substrate’s FRAME runtime system to build secure, scalable blockchain logic.

Client Libraries

Create rich user experiences for any Substrate-based chain with Polkadot-JS.

Smart Contracts

Substrate supports multiple smart contract platforms, including the EVM.

What is Substrate?

Everything you need to build a blockchain.

Substrate is powered by best-in-class cryptographic research and comes with peer-to-peer networking, consensus mechanisms, and much more.

Substrate是由一流的加密研究,以及对等网络,共识机制,等等,组成的。

Fast and Efficient Database

快速以及高效的数据库

Modular P2P Networking Stack

模块化的P2P网络栈

Hot-Swappable Consensus Layer

可热插拔的共识层

Configurable Transaction Queue

可配置的事务队列

Flexible Runtime Library

灵活的运行库

Light Client Optimized

经过优化的轻客户端

Production Ready

Substrate is the backbone that powers Polkadot, a next generation, heterogeneous, multi-chain network. Most of the blockchains in the Polkadot ecosystem are also built on Substrate. The Polkadot Network was launched in May of 2020.

Substrate是支撑下一代异构多链网络Polkadot的基础。Polkadot生态系统中的大部分区块链也是建立在Substrate上的。Polkadot网络于2020年5月启动。

https://polkadot.network/technology/

Smart Contract Ready

Substrate has a Wasm smart contract platform that you can use out of the box. Because Substrate uses Wasm, you can build your smart contracts using any compatible language. We have built ink!, a Rust-based eDSL, for this purpose.

Substrate有一个Wasm智能合约平台,你可以开箱即用。因为Substrate使用的是Wasm,所以你可以使用任何兼容的语言构建智能合约。为了这个目标,我们已经造了墨水! 一种基于Rust的eDSL。

https://substrate.dev/docs/en/knowledgebase/smart-contracts/

Keep Exploring!

There are lots of ways to learn about Substrate.

Substrate Seminar

Substrate 研讨会
An open, collaborative group for learning about Substrate and connecting with other builders.

一个开放的,合作的小组,学习有关Substrate以及与其他建设者建立连接。

https://substrate.dev/en/seminar

Substrate Recipes

Substrate 处方
A collection of working code examples that solve common problems.

解决常见问题的工作代码示例的集合。

https://substrate.dev/recipes/

Ready to build with Substrate?

Get started with our helpful documentation or ask questions in our technical chat!

Get Started: https://substrate.dev/docs/en/
Ask Questions:https://app.element.io/#/room/!HzySYSaIhtyWrwiwEV:matrix.org

参考:
https://substrate.dev/
https://substrate.dev/docs/en/knowledgebase/getting-started/
https://substrate.dev/en/tutorials

substrate介绍相关推荐

  1. 认识substrate

    了解substrate 前言 从互联网发展看区块链未来--跨链 跨链是未来 公链和联盟链 可交互的联盟链 polkadot组件 substrate介绍 区块链的构造组件 substrate开发的特性 ...

  2. 三万字 | 2021 年 Rust 行业调研报告

    作者 | 张汉东       责编 | 欧阳姝黎 文前 Rust 语言是一门通用系统级编程语言,无GC且能保证内存安全.并发安全和高性能而著称.自2008年开始由 Graydon Hoare 私人研发 ...

  3. Rust 学习总结(2)—— 2021 年 Rust 行业调研报告

    前言 Rust 语言是一门通用系统级编程语言,无GC且能保证内存安全.并发安全和高性能而著称.自2008年开始由 Graydon Hoare 私人研发,2009年得到 Mozilla 赞助,2010年 ...

  4. 波卡链Substrate (1)生态介绍

    1. 创始人 GavinWood(编写以太坊黄皮书,创建以太坊开发语言Solidity) Cosmos项目Jae Kwon 2. 经济规模 2017年,Polkadot获得价值1.44亿美元的融资 2 ...

  5. 简单介绍Substrate:下一代区块链开发框架

    Substrate 区块链系统可以分为两部分: 区块链基础部分(core) 区块链功能部分(runtime) 其中,区块链基础(core)一般由以下几部分构成: 共识系统 p2p连接与广播系统 存储系 ...

  6. Android逆向之旅---Native层的Hook神器Cydia Substrate使用详解

    一.前言 在之前已经介绍过了Android中一款hook神器Xposed,那个框架使用非常简单,方法也就那几个,其实最主要的是我们如何找到一个想要hook的应用的那个突破点.需要逆向分析app即可.不 ...

  7. 利用Cydia Substrate进行Android HOOK(2)

    在前面关于Substrate的介绍中我们已经讲了用Substrate hook java代码,现在我们讲下怎么用它hook native代码.hook native代码我们需要编写Substrate ...

  8. 利用Cydia Substrate进行Android HOOK (1)

    Cydia Substrate是一个代码修改平台.它可以修改任何主进程的代码,不管是用Java还是C/C++(native代码)编写的.而Xposed只支持HOOK app_process中的java ...

  9. 中如何计算工龄_在Substrate中如何计算交易权重

    建议在阅读本文之前,先掌握关于Substrate中交易费用设计的基本概念.如果还没有了解的童鞋,请移步: Kaichao:Substrate 区块链应用的交易费用设计​zhuanlan.zhihu.c ...

最新文章

  1. Pandas基础用法合集(中文官档)
  2. np.asarray和np.array、np.nanmean和np.mean、np.diff、
  3. 智能车竞赛云端比赛第三天:一场在家具建材广场中的智能车比赛
  4. python基础代码事例-菜鸟世界 -python基础---set
  5. UA MATH523A 实分析3 积分理论例题 一个测度与积分的综合计算题
  6. 透过源码看Session
  7. tableau中文版教程pdf_PDF 文件
  8. 自动化办公之excel教程(3):数据编辑操作,表格的美化操作,应用表格样式和单元格样式,制作报销汇总单
  9. python快速上手 让繁琐工作自动化 英文版_入门python:《Python编程快速上手让繁琐工作自动化》中英文PDF+代码...
  10. hdu1728--------坑爹啊
  11. 有一种感情,叫“发小”
  12. 使用Hibernate加载或保存图像-MySQL
  13. java web 数据库操作_Java Web----Java Web的数据库操作(三)
  14. 第二:Java+MyBatis(深入学习)
  15. 什么是mysql显错注入_十种MYSQL显错注入原理讲解(三)
  16. beatedit不能导入音乐/不能加节拍
  17. html页面会出现浏览器崩溃,电脑出现页面崩溃怎么解决
  18. 今日头条小程序开发功能
  19. 用程序阻止计算机睡眠,PreventTurnOff防止电脑休眠工具|win10电脑防止屏幕休眠软件_最火软件站...
  20. 转载 PVE 防火墙

热门文章

  1. 【Python】PEP8规范中一些需要注意的地方
  2. JAVA定义一个树形的结构_Java自定义树形结构
  3. win10版本的共享网络,以及HP LaserJet 1020的共享打印机总结
  4. 亚马逊云科技 Build On -serverless商店行业应用实践
  5. tkinter点击按钮实现图片的切换
  6. liferay6.2 使用默认方式实现可配置的portlet
  7. 使用集成学习提升机器学习算法性能
  8. Visualforce 标签(一)
  9. 基于51单片机的4位竞赛抢答器的设计
  10. 关于家庭小型无线网络信号不稳定的说明