スマート・オラクル(Smart Oracles) とは何か?の説明です。
Ripple Labs の コーディアス(Codius)を念頭に置いています。
ざっくりな要約
例えば、ビットコインの外部の情報を使ってスマートコントラクトをしたい場合、その信頼できる情報を提供するサーバ(Oracle)をプログラミングできるようにしたサーバ
- Contract Host/Smart Oracles: Smart Contractを実行するホスト。プログラミングできるOracle
前提知識
以下のことを大雑把にでも知っていること
- オラクルとは何か?
- 知らない方はこちら→ オラクル(Oracle)とは何か?
- Bitcoin (multi signature)
- Smart Contract (スマート契約)
- Pull payment
- Codius: Ripple Labsが作っているSmart Contract用ソフトウェア
- Codius とは何か? - Qiita
Smart Oracles とは何かの説明
Codius
- スマートコントラクト、私達の実装ではCodiusは、スマートコントラクトを動かす簡単で強力なシステムです。
- スマートオラクルは、現実世界に関する情報を提供するオラクルのアイディアをサンドボックスでコードを環境として融合しました。
- スマート・オラクルは、外部世界の情報を提供し、契約者間で合意したコードを実行する、信頼できる、またはやや信頼できるエンティティです。
用語
- Single (Trusted) Host Model
- Multiple (Untrusted) Host Model
Bit-thereum (Gavin Andresenのアイディア)
大雑把に言うと、一つのホストじゃなくて、M-of-N multisig でやるのはどう?って話
Bitcoin上に"Bit-thereum"を作れるか?という話
The answer is "yes," if we're willing to replace "verified by the entire network" with "verified by a set of semi-trusted 'oracles'."
ethereum doesn't have some magic solution to the "data outside the blockchain" issue: as their whitepaper says, "a trusted source is still needed to provide the price ticker." And there is already at least one startup working on a solution to the "data outside the Bitcoin blockchain" problem (Reality Keys).
Moving from one trusted source to M-of-N semi-trusted sources would be an improvement.
1. Whoever is involved in the contract gives the contract code to each of the N oracles and gets back N public keys.
2. The oracles would store the contract code and the private key, and should be willing to give out the public key to anybody who knows the contract code.
3. Anybody can then add funds to the contract by sending bitcoins into the M-of-N multisig made up of the public keys. And maybe associate some data with the escrowed funds by hashing it and include a prune-able OP_RETURN output with the hash.
Radio (Let's talk Bitcoin)
Beyond Bitcoin - 20 - Codius | Lets Talk Bitcoin
日本語情報
技術情報
翻訳
記事
ふわっとしかわかりません。
- 色々間違っているけど、CoinDeskの日本語への翻訳 リップルの「スマートコントラクト」記事の翻訳(COINDESK) | ビットコイン、リップル等の仮想通貨SNSサイト
- Ripple Labsが新たなsmart contractシステムの構築計画を明らかにした。 | BitAntenna
検索用語
- ビットコイン, bitcoin
- リップル, Ripple
- Codius, コーディアス
- 暗号通貨
- スマートコントラクト, smart contract
- Contract Host
- Smart Oracle
- Ethereum, Eris, Counterparty, Orisi,