跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.152) 您好!臺灣時間:2025/11/01 08:28
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:劉聲揚
研究生(外文):Sheng-Yang Liu
論文名稱:金融服務藉由區塊鏈和智慧合約的企業轉型
論文名稱(外文):Financial Service Business Transformation Through Blockchain and Smart Contract
指導教授:曹承礎曹承礎引用關係蔡益坤
指導教授(外文):Seng-Cho ChouYih-Kuen Tsay
口試委員:周子元
口試委員(外文):Tzy-Yuan Chou
口試日期:2018-07-10
學位類別:碩士
校院名稱:國立臺灣大學
系所名稱:資訊管理學研究所
學門:電算機學門
學類:電算機一般學類
論文種類:學術論文
論文出版年:2018
畢業學年度:106
語文別:中文
論文頁數:51
中文關鍵詞:區塊鏈以太坊分散式應用智慧合約金融服務
相關次數:
  • 被引用被引用:1
  • 點閱點閱:395
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
在金融產業中,許多機構使用著繁瑣的方式向消費者提供服務,為的是更安全的金融服務,然而卻導致效率不彰、成本過高的問題。2017年,比特幣價格暴漲,吸引眾人目光,企業對其背後的區塊鏈技術予以關注,認為該技術的特性將有機會改善傳統的金融服務,因此眾多金融機構開始試驗將區塊鏈導入既有業務中,有些金融機構甚至更早開始。
截至現今,臺灣金融界並無顯著商轉案例出現,本研究目的乃以臺灣某金融新創公司為討論主體,為該公司導入區塊鏈,觀察實作結果與歸納該公司的看法,來得到重大商轉尚未出現可能的原因,並提供導入區塊鏈的見解。以太坊(Ethereum)旨在打造一個分散式應用(Decentralized Application)與智慧合約(Smart Contract)的開發平台,本研究將選擇在以太坊區塊鏈上實作。
實驗結果顯示,第一,對企業來說,在以太坊公鏈(Public Blockchain)上的交易手續費非常高。第二,對企業來說,公鏈(Public Blockchain)分散式的系統架構將伴隨許多不確定性。第三,區塊鏈較適合紀錄完全虛擬化的資產,而非實體資產。
In financial sector, many firms provide financial services to customers in a time-consuming way. They try to make the services as safe as possible, but it leads to inefficiencies and high costs. In 2017, bitcoin prices soared, catching everyone’s attention. Financial companies started to learn about the blockchain technology which makes bitcoin possible and expected that their old financial services would benefit from the characteristics of blockchain. Many of them initiate research project and try to integrate blockchain with existing business processes. Some of them even started earlier.
At the time of writing, there are still no significant commercial operation cases in Taiwan financial sector. The goal of this thesis is helping a Taiwan financial startup to introduce blockchain. Through the implementation, we identify the possible obstacles to mass adoption of the blockchain and summarize the discussions with the startup. Also, we will provide some insights into how to introduce blockchain. Ethereum aims to build a platform on which we can develop decentralized applications and smart contracts. Our implementation is based on Ethereum.
There are three research results. First, the transaction fee is too high on Ethereum public blockchain for a company. Second, the decentralized structure of public blockchain accompanies many uncertainties for a company. Finally, blockchain is more suitable for virtual assets rather than physical assets.
謝辭 I
中文摘要 II
Abstract III
Chapter 1 Introduction 1
1.1 Motivation and Objectives 1
1.2 Thesis Outline 2
Chapter 2 Background 4
2.1 Bitcoin 4
2.2 Blockchain 5
2.3 Ethereum 11
2.4 Smart Contract in Ethereum 14
Chapter 3 Architecture and Rationale 15
3.1 Overall Design 15
3.2 Environment and Tools 18
3.3 System Architecture 19
3.4 Smart Contract Design 21
Chapter 4 Evaluation 31
4.1 Result of Implementation 31
4.2 Transaction Fee 38
4.3 Smart Contract on Ethereum 40
4.4 Operational Risks 42
4.5 Problems Brought by the Fundamental Properties of Ethereum 44
Chapter 5 Conclusion 46
5.1 Contributions 46
5.2 Future Work 48
References 50
[1] Financial Services Sector Analysis of PwC’s 2014 Global Economic Crime Survey. https://www.pwc.com/gx/en/financial-services/publications/assets/pwc-gecs-2014-threats-to-the-financial-services-sector.pdf
[2] The Future of Financial Infrastructure: An Ambitious Look at How Blockchain Can Reshape Financial Services.
https://www.weforum.org/reports/the-future-of-financial-infrastructure-an-ambitious-look-at-how-blockchain-can-reshape-financial-services/
[3] Maximilian Friedlmaier and Andranik Tumasjan and Isabell M. Welpe, Disrupting Industries With Blockchain: The Industry, Venture Capital Funding, and Regional Distribution of Blockchain Ventures, Proceedings of the 51st Annual Hawaii International Conference on System Sciences (HICSS), January 2018. Forthcoming, Available at SSRN: https://ssrn.com/abstract=2854756
[4] Nick Szabo, Smart Contract: Formalizing and Securing Relationships on Public Networks, First Monday, Volume 2, September 1997
[5] Satoshi Nakamoto, Bitcoin: A Peer-to-Peer Electronic Cash System, 2008
[6] Andreas M. Antonopoulos, Mastering Bitcoin: Programming the Open Blockchain 2nd Edition, July 2017
[7] On Public and Private Blockchains.
https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/
[8] The Difference between Public and Private Blockchain.
https://www.ibm.com/blogs/blockchain/2017/05/the-difference-between-public-and-private-blockchain/
[9] Bitcoin Wiki: Script. https://en.bitcoin.it/wiki/Script
[10] Bitcoin Wiki: Block chain browser. https://en.bitcoin.it/wiki/Block_chain_browser
[11] Vitalik Buterin, Ethereum white paper: A Next Generation Smart Contract & Decentralized Application Platform, 2015
[12] Gavin Wood, Ethereum: A Secure Decentralized Generalized Transaction Ledger, 2015
[13] EthereumJS TestRPC. https://github.com/trufflesuite/ganache-cli
[14] Truffle. https://github.com/trufflesuite/truffle
[15] Geth. https://github.com/ethereum/go-ethereum
[16] Ropsten. https://github.com/ethereum/ropsten
[17] Web3.js. https://github.com/ethereum/web3.js/
[18] ERC20 Token Standard. https://theethereum.wiki/w/index.php/ERC20_Token_Standard
[19] The Ethereum block explorer for Ropsten. https://ropsten.etherscan.io/
[20] The Ethereum block explorer. https://etherscan.io/
[21] Ethereum GasPrice History. https://etherscan.io/chart/gasprice
[22] Financial Security Oversight Council Annual Report 2015. https://www.treasury.gov/initiatives/fsoc/studies-reports/Pages/2015-Annual-Report.aspx
[23] Loi Luu, Duc-Hiep Chu, Hrishi Olickel, Prateek Saxena, Aquinas Hobor, Making Smart Contracts Smarter, Proceedings of the 2016 ACM SIGSAC Conference on Computer and Communications Security, October 2016
[24] CryptoKitties Craze Slows Down Transactions on Ethereum. http://www.bbc.com/news/technology-42237162
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關期刊