Upgrade to Pro — share decks privately, control downloads, hide ads and more …

サイバーフィジカル社会と金融の未来 / Cyber-Physical Society and the Future of Finance

サイバーフィジカル社会と金融の未来 / Cyber-Physical Society and the Future of Finance

2021年7月5日、早稲田大学 大学院経営管理研究科の「フィンテック ─ 金融革新とインターネット (2021夏)」第10-11回にて使用したスライドです。

Kenji Saito

July 05, 2021
Tweet

More Decks by Kenji Saito

Other Decks in Technology

Transcript

  1. ( ) 1 5 31 • 2 6 7 (1)

    • 3 6 7 (2) • 4 6 14 – (1) • 5 6 14 – (2) • 6 6 21 (1) • 7 6 21 (2) • 8 6 28 (1) • 9 6 28 (2) • 10 7 5 (1) • 11 7 5 (2) • 12 7 12 (1) 13 7 12 (2) 14 7 19 (1) 15 7 19 (2) — 2021 10-11 — 2021-07-05 – p.3/57
  2. 1. Ethereum 2. 3. 4. 5. 6. 7. : 8.

    — 2021 10-11 — 2021-07-05 – p.4/57
  3. ↑ . . . → vs. — 2021 10-11 —

    2021-07-05 – p.8/57
  4. (by ) 1. 2. ( ) ( ) . .

    . cf. by McLuhan cf. by McLuhan — 2021 10-11 — 2021-07-05 – p.9/57
  5. Ethereum Vitalik Buterin, “Ethereum White Paper: A NEXT GENERATION SMART

    CONTRACT & DECENTRALIZED APPLICATION PLATFORM” 15 = (↑ ) DApps ( ) — 2021 10-11 — 2021-07-05 – p.13/57
  6. Ether Ethereum (Ethereum ∈ ; Ether ∈ ) EOA :

    Externally-Owned Account ( ) ( ) Ether ( ) EVM EVM = Ethereum = — 2021 10-11 — 2021-07-05 – p.15/57
  7. EVM : Ethereum Virtual Machine Gas ( EVM = )

    — 2021 10-11 — 2021-07-05 – p.16/57
  8. EVM : . . . ( ) : Solidity —

    JavaScript Vyper — Python Fe — Vyper Rust ← NEW! — 2021 10-11 — 2021-07-05 – p.18/57
  9. Solidity ( ) pragma solidityˆ0.7.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; } } — 2021 10-11 — 2021-07-05 – p.19/57
  10. ( , ) (constructor) (deploy) = ( ) ( )

    ETH Trusted Actor Model — 2021 10-11 — 2021-07-05 – p.20/57
  11. ADEPT ADEPT : IBM IoT ADEPT = , → ⇒

    — 2021 10-11 — 2021-07-05 – p.23/57
  12. DeFi ( ) (DeFi : Decentralized Finance) ⇒ ⇒ ⇒

    ( ) ( ) NFT (Non-Fungible Token) — 2021 10-11 — 2021-07-05 – p.26/57
  13. 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) — 2021 10-11 — 2021-07-05 – p.28/57
  14. ERC20 ERC20 ← ( ) ( ) ⇒ ERC20 (

    ERC20 ) ERC20 ⇒ — 2021 10-11 — 2021-07-05 – p.29/57
  15. (fungible) ERC20 → ERC223 (draft) or ERC777 (non-fungible) ERC721 (

    ) (partially fungible) ERC1410 (draft) (ERC1400 ) (redeemable) — 2021 10-11 — 2021-07-05 – p.30/57
  16. 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 ( ) ( ) — 2021 10-11 — 2021-07-05 – p.31/57
  17. 5. 2021 7 1 ( ) 23:59 JST Waseda Moodle

    (Discord ) — 2021 10-11 — 2021-07-05 – p.33/57
  18. . . . . . . 20 15 (7/2( )

    11:45 ) ( ) ( ) / ( ) / / (ETC ) / / / / / REIT / ( ) 400 — 2021 10-11 — 2021-07-05 – p.34/57
  19. S PDF ⇒ . . . — 2021 10-11 —

    2021-07-05 – p.44/57
  20. ( JPY ) MUFG J S (“Cause-Oriented Economy”) ( )

    ⇒ cf. — 2021 10-11 — 2021-07-05 – p.51/57
  21. (4 ) ( ) ( ) — 2021 10-11 —

    2021-07-05 – p.52/57
  22. → (AI ) → ← → → / / —

    2021 10-11 — 2021-07-05 – p.53/57
  23. 6. ( ) : ( ) 2021 7 8 (

    ) 23:59 JST Waseda Moodle (Discord ) — 2021 10-11 — 2021-07-05 – p.56/57