MTDK1

Substrate ERC20

Substrate ERC20

ERC20 といえば独自トークンを作る Ethereum の規格だと思っています。 ERC20 Token Standard - The Ethereum Wiki

Bitcoin や Ethereum の規格は他のブロックチェーンにも影響を与えています。

Substrate ERC20 というのは Github で見つけた Substrate runtime のサンプルプロジェクトです。 Substrate でオリジナルブロックチェーンを作るにあたり参考にしたいと思いました。

Substrate Runtime の作り方の参考になると思っています。

Github: parity-samples/substrate-erc20: SAMPLE: Parity Substrate runtime implementation of ERC20 token standard.

ECR721 のサンプルなど他にもいろいろとサンプルがあるので勉強になりそうです。

Github: Parity Samples & Experiments

comments powered by Disqus

Related Posts

Substrate TCR / UI

Polkadot/Substrate Portal を Substrate TCR 用にカスタマイズしました。

Building the Substrate TCR runtime - Step 5

原文 Part 1: Building the Substrate TCR runtime

Building the Substrate TCR runtime - Step 4

原文 Part 1: Building the Substrate TCR runtime

Building the Substrate TCR runtime - Step 3

原文 Part 1: Building the Substrate TCR runtime

Building the Substrate TCR runtime - Step 1, 2

原文 Part 1: Building the Substrate TCR runtime

Building a Token Curated Registry DAppChain using Substrate

これは中級レベルの Substrate フレームワークを使用した DAppsチェーン構築チュートリアルです。 まだ Substrate に慣れていないのであれば基本的な概念をカバーしている下記の初心者用チュートリアルから始めることをお勧めします。