Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
スマートコントラクト / Smart Contracts
Search
Kenji Saito
PRO
September 16, 2020
Technology
110
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
スマートコントラクト / Smart Contracts
2020年9月16日(水)、ブロックチェーンハブ主催のブロックチェーンアカデミー「スマートコントラクト」にて使用したスライドです。
Kenji Saito
PRO
September 16, 2020
More Decks by Kenji Saito
See All by Kenji Saito
責任2.0 ∼ AI が主体となる世界で ∼ / Responsibility 2.0: In a World Where AI Takes Responsibilities
ks91
PRO
0
26
発表と総括 / Presentations and Summary
ks91
PRO
0
150
インシデントレスポンス演習II / Incident Response Exercise II
ks91
PRO
0
71
脱金融のフューチャー・デザイン / Future Design Beyond Finance
ks91
PRO
0
160
戦略と安全保障 / Strategy and Security
ks91
PRO
0
98
ローカル LLM とコンピューティングの脱領土化 / Local LLMs and Deterritorialization of Computing
ks91
PRO
0
24
サイバー戦の現在と未来 / The Present and Future of Cyber Warfare
ks91
PRO
0
82
金融の未来を考える / Thinking About the Future of Finance
ks91
PRO
0
190
AI Agentification: Current State and the Changes Ahead
ks91
PRO
0
54
Other Decks in Technology
See All in Technology
キャリアLT会#3
beli68
0
170
Gen3R: 3D Scene Generation Meets Feed-Forward Reconstruction
spatial_ai_network
0
140
AIレビューはどこまで任せられるのか?自動化と人が背負うレビューの境界
sansantech
PRO
3
1.2k
そのドキュメント、自動化しませんか?
yuksew
1
360
穢れた技術選定について
watany
18
5.8k
CDKで書くECSのベストプラクティス、 改めて考え直す2026 #cdkconf2026
makies
3
890
全員がリーダーである世界へ キリマンジャロ登頂とシェアド・リーダー
jinwatanabe
0
110
「最後に責任を取るのはチーム」— 人間のPRレビューを最小化してアップデートしたメンタルモデル
jnishime_dresscode
0
970
kaonavi Tech Night#1
kaonavi
0
130
AI時代の開発生産性は、個人技からチーム設計へ
moongift
PRO
4
2.4k
「守りたい体験」を渡すだけで E2E を生成させられるようになった話
hinac0
2
910
生成 AI 時代にいま一度「問い合わせ」について考えてみる
kazzpapa3
1
100
Featured
See All Featured
Claude Code どこまでも/ Claude Code Everywhere
nwiizo
65
56k
Building Applications with DynamoDB
mza
96
7.1k
For a Future-Friendly Web
brad_frost
183
10k
Google's AI Overviews - The New Search
badams
0
1.1k
JAMstack: Web Apps at Ludicrous Speed - All Things Open 2022
reverentgeek
1
500
How to Build an AI Search Optimization Roadmap - Criteria and Steps to Take #SEOIRL
aleyda
1
2.1k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.4k
The Pragmatic Product Professional
lauravandoore
37
7.4k
Avoiding the “Bad Training, Faster” Trap in the Age of AI
tmiket
0
190
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
How to Think Like a Performance Engineer
csswizardry
28
2.7k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
38
2.9k
Transcript
Chief Science Officer /
[email protected]
— — 2020-09-16 – p.1/39
https://speakerdeck.com/ks91 — — 2020-09-16 – p.2/39
( ) SFC ( ) CSO (Chief Science Officer) 1993
( ) 2006 ( ) SFC 20 P2P (Peer-to-Peer) ( 9 ) 2011 2018 2019 2019 2020 2020 → ( ) — — 2020-09-16 – p.3/39
— — 2020-09-16 – p.4/39
— — 2020-09-16 – p.5/39
— — 2020-09-16 – p.6/39
↑ . . . — — 2020-09-16 – p.7/39
vs. — — 2020-09-16 – p.8/39
(by ) 1. 2. ( ) ( ) . .
. cf. by McLuhan cf. by McLuhan → — — 2020-09-16 – p.9/39
Ethereum ( ) EVM (Ethereum Virtual Machine) — — 2020-09-16
– p.10/39
Vitalik Buterin, “Ethereum White Paper: A NEXT GENERATION SMART CONTRACT
& DECENTRALIZED APPLICATION PLATFORM” 15 = ( ) DApps ( ) — — 2020-09-16 – p.11/39
EVM : Ethereum Virtual Machine Gas ( EVM = )
→ — — 2020-09-16 – p.12/39
— — 2020-09-16 – p.13/39
EVM : . . . : Solidity — JavaScript Vyper
— Python LLL — Lisp — — 2020-09-16 – p.14/39
Solidity ( ) pragma solidityˆ0.5.0; contract IndivisibleAsset { /* */
string public _name; string public _symbol; uint256 public _quantity; address public _owner; constructor(string memory name, string memory symbol, uint256 quantity) public { _name = name; _symbol = symbol; _quantity = quantity; _owner = msg.sender; } function transfer(address to) public returns (bool) { require (_owner == msg.sender); _owner = to; return true; } } — — 2020-09-16 – p.15/39
( , ) (constructor) (deploy) = ( ) ( )
ETH Trusted Actor Model — — 2020-09-16 – p.16/39
(ex. ) (ex. ) — — 2020-09-16 – p.17/39
ADEPT The DAO — — 2020-09-16 – p.18/39
ADEPT ADEPT : IBM IoT → ⇒ — — 2020-09-16
– p.19/39
— — 2020-09-16 – p.20/39
⇒ — — 2020-09-16 – p.21/39
The DAO ( ) The DAO Split ( ) 360
ETH (50∼60 ) (2016/6/17) ( ) ( ; ) (2016/7/20 ) — — 2020-09-16 – p.22/39
— — 2020-09-16 – p.23/39
ERC20 ERC (Ethereum Request for Comments) 20 https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md (EIP: Ethereum
Improvement Proposal) contract ERC20 { function totalSupply() constant returns (uint totalSupply); function balanceOf(address _owner) constant returns (uint balance); function transfer(address _to, uint _value) returns (bool success); function transferFrom(address _from, address _to, uint _value) returns (bool success); function approve(address _spender, uint _value) returns (bool success); function allowance(address _owner, address _spender) constant returns (uint remaining); event Transfer(address indexed _from, address indexed _to, uint _value); event Approval(address indexed _owner, address indexed _spender, uint _value); } name/ , symbol/ , decimals/ approve allowance ERC223 ( ), ERC721 (Non-Fungible) — — 2020-09-16 – p.24/39
ERC20 ERC20 ← ( ) ( ) ⇒ ERC20 (
ERC20 ) ERC20 ⇒ — — 2020-09-16 – p.25/39
(fungible) ERC20 → ERC223 (draft) or ERC777 (non-fungible) ERC721 (
) (partially fungible) ERC1410 (draft) (ERC1400 ) (redeemable) — — 2020-09-16 – p.26/39
ERC ERC1400 (draft) : Security Token Standard ERC20 ERC777 ERC1594
(draft) : Core Security Token Standard ( ) (KYC ) ERC1643 (draft) : Documnet Management Standard ERC1644 (draft) : Controller Token Standard ( ) ( ) ERC2258 (draft) : Custodial Ownership Standard ( ) ( ) — — 2020-09-16 – p.27/39
OS — — 2020-09-16 – p.28/39
OS (2007) — — 2020-09-16 – p.29/39
OS ↑ cf. NPO/NGO — — 2020-09-16 – p.30/39
OS . . . — — 2020-09-16 – p.31/39
Uber — — 2020-09-16 – p.32/39
Uber Uber P2P + Uber — — 2020-09-16 – p.33/39
/ . . . — — 2020-09-16 – p.34/39
( ) / / — — 2020-09-16 – p.35/39
— 1. ( ) 2. ( ) 3. ( )
— — 2020-09-16 – p.36/39
10 12 → 120 120 12 12 120 — —
2020-09-16 – p.37/39
— — 2020-09-16 – p.38/39
— — 2020-09-16 – p.39/39