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
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Kenji Saito
PRO
September 16, 2020
Technology
100
0
Share
スマートコントラクト / Smart Contracts
2020年9月16日(水)、ブロックチェーンハブ主催のブロックチェーンアカデミー「スマートコントラクト」にて使用したスライドです。
Kenji Saito
PRO
September 16, 2020
More Decks by Kenji Saito
See All by Kenji Saito
本授業におけるエージェント・ハブの使い方 / How to Use the Agent Hub in This Course
ks91
PRO
0
17
LLM とプロンプトエンジニアリング/チューターを定義する / LLMs and Prompt Engineering, and Defining Tutors
ks91
PRO
0
48
Running Coding Agents (Windows WSL Edition)
ks91
PRO
0
10
Running Coding Agents (macOS Lima Edition)
ks91
PRO
0
6
Running Coding Agents (macOS Native Edition)
ks91
PRO
0
11
AY 2026 Guide to Academic Writing Using Generative AI - Workshop
ks91
PRO
0
15
コーディング・エージェントを動かす (Windows WSL 編) / Running Coding Agent (Windows WSL Edition)
ks91
PRO
0
15
コーディング・エージェントを動かす (macOS Lima 編) / Running Coding Agent (macOS Lima Edition)
ks91
PRO
0
12
コーディング・エージェントを動かす (macOS ネイティブ編) / Running Coding Agent (macOS Native Edition)
ks91
PRO
0
12
Other Decks in Technology
See All in Technology
Webアクセシビリティは“もしも”に備える設計
tomokusaba
0
160
自分をひらくと次のチャレンジの敷居が下がる
sudoakiy
5
1.8k
Goビルドを理解し、 CI/CDの高速化に挑む
satoshin
0
130
AWS DevOps Agent or Kiro の使いどころを考える_20260402
masakiokuda
0
180
40代からのアウトプット ― 経験は価値ある学びに変わる / 20260404 Naoki Takahashi
shift_evolve
PRO
5
830
OPENLOGI Company Profile
hr01
0
83k
Claude Teamプランの選定と、できること/できないこと
rfdnxbro
1
730
I ran an automated simulation of fake news spread using OpenClaw.
zzzzico
1
930
15年メンテしてきたdotfilesから開発トレンドを振り返る 2011 - 2026
giginet
PRO
2
280
機能・非機能の学びを一つに!Agent Skillsで月間レポート作成始めてみた / Unifying Bug & Infra Insights — Building Monthly Quality Reports with Agent Skills
bun913
5
3.1k
OCI技術資料 : ロード・バランサ 概要 - FLB・NLB共通
ocise
4
27k
AIを活用したアクセシビリティ改善フロー
degudegu2510
1
140
Featured
See All Featured
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
133
19k
The AI Search Optimization Roadmap by Aleyda Solis
aleyda
1
5.6k
Ten Tips & Tricks for a 🌱 transition
stuffmc
0
95
How to optimise 3,500 product descriptions for ecommerce in one day using ChatGPT
katarinadahlin
PRO
1
3.5k
Side Projects
sachag
455
43k
Public Speaking Without Barfing On Your Shoes - THAT 2023
reverentgeek
1
360
How to Think Like a Performance Engineer
csswizardry
28
2.5k
Principles of Awesome APIs and How to Build Them.
keavy
128
17k
Ecommerce SEO: The Keys for Success Now & Beyond - #SERPConf2024
aleyda
1
1.9k
For a Future-Friendly Web
brad_frost
183
10k
[SF Ruby Conf 2025] Rails X
palkan
2
920
Joys of Absence: A Defence of Solitary Play
codingconduct
1
330
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