원문 당신의 첫 번째 Substrate 블록체인을 만들어 보세요! 블록체인 소프트웨어는 개인 컴퓨터가-노드라고 불리는-서로서로 소통하며 P2P(개인 대 개인) 네트워크를 형성할 수 있도록 해 줍니다. 체인 위의 데이터의 보안과 체인의 지속적인 발전을 보장하기 위해서
https://docs.substrate.io/v3/getting-started/overview/Substrate Node미리 설계된 Substrate Node를 실행하고 이것의 제네시스 블록을 설정할 수 있습니다. 제네시스 블록의 환경설정을 하고 싶다면 JS
https://docs.substrate.io/v3/getting-started/architecture/Substrate client는 Substrate 기반의 블록체인 노드를 실행하는 어플리케이션입니다. 이것은 다음과 같은 것들을 포함하는 다양한 구성 요소들
원문 Add the Nicks Pallet to your Runtime: 런타임에 닉스 팔레트를 추가하기 '당신의 첫 번째 substrate 블록체인을 만들어 보세요' 튜토리얼에서 봤듯이, Substrate의 노드 템플릿은 당신만의 블록체인을 구성하기 위해 사용할 수
This tutorial illustrates how you can start a small, standalone blockchain network with an authority set of private validators.All blockchains require
In this tutorial, you will learn how to build a permissioned network with Substrate by using the node-authorization pallet. This tutorial should take
Substrate에서 제공하는 Balances Pallet 소스 코드 분석해보기🔥
const : An unchangeable value (the common case)static : A possibly mutable variable with 'static lifetime. The static lifetime is inferred and does no