Ethereum の ÐApp に関する技術的なことをまとめていきます。
現在、まとめ途中。
PoC 5 に基いています。
前提知識
- Etherumとは何か?の基本的な理解
- 基本的なインターネットやプログラミング技術の知識 (P2P, UDP)
- 暗号通貨の技術的知識 (Blockchain, Mastercoin)
Ethereum の ÐApp とは何か?
Decentralized Application つまり、P2Pな非中央的なアプリケーションです。
Etherumの基礎的な単語
- Web 3.0
- Mist (Ethereum Brower) (eth://)
- ÐApp
- Wisper (Messaging: UDP)
- Swarm (P2P Net/FileStore)
ÐApp の技術構成
フロントエンド
- QTQUICK
- HTML
- CSS
バックエンド
- QML
- Javascript
Ethereum Browser
Ethereum browser · BitVote/bitvote.github.io Wiki
PoC 5 JavaScript API
- Qt(QML)
- 非同期
Ethereum API
Ethereum APIは、ethオブジェクトを通して有効。
ethオブジェクトには、以下のメソッドがある
以下、そのうち訳すかも。
* getBlock (number or string) Retrieves a block by either the address or the number. If supplied with a string it will assume address, number otherwise.
* transact (sec, recipient, value, gas, gas price, data) Creates a new transaction using your current key.
* create (sec, value, gas, gas price, init, body) Creates a new contract using your current key.
getKey (none) Retrieves your current key in hex format.
* getStorageAt (object address, storage address) Retrieves the storage address of the given object.
* getBalanceAt (object address) Retrieves the balance at the current address
* watch (string [, string]) Watches for changes on a specific address’ state object such as state root * changes or value changes.
* disconnect (string [, string]) Disconnects from a * previous watched address.
* secretToAddress (seckey) Retrieves the address of the specified secret key.
* getPeerCount() Returns the number of connected peers.
* getIsMining() Returns whether or not the current node is mining.
* getIsListening() Returns whether or not the current node is listening for connections.
* getCoinBase() Returns the current coinbase address.
* GetTxCountAt() Returns the transaction nonce of the current key.
イベント
jQueryにインスパイアされたメカニズムを通してサポートされたイベント
on (event) Subscribe to event which will be called whenever an event of type is received.
off (event) Unsubscribe to the given event
trigger (event, data) Trigger event of type with the given data. note: This function does not take a callback function.
参考:
PoC 5 JavaScript API · ethereum/go-ethereum Wiki
参考
時間が無い人は、途中から見るといいかも
- 動画は30分位以降
- スライド28ページ以降から
-
Ethereum London Meetup: The Ethereum Experience – YouTube
https://www.youtube.com/watch?v=GJGIeSCgskc -
The Ethereum Experience
http://www.slideshare.net/ethereum/the-ethereum-experience -
ブログ
Gavin Wood氏のブログ
Insights into a Modern World: ÐApps: What Web 3.0 Looks Like
Insights into a Modern World: Less-techy: What is Web 3.0?
検索用語
- イサリアム, イーサリアム, エセリウム, イサリウム, イーサリウム
- Decentralized, Decentralised