File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
# oraclize
8
8
Oraclize定位为去中心化应用的数据搬运工,他作为Web APIs和DApp的可靠链接。有了Oraclize,就不需要建立额外的信任链,因为我们的行为已经被强制加密验证。Oraclize是一个可证明的诚实的预言机服务,可以让智能合约可以访问互联网。Oraclize是平台无关的,为所有主流的智能合约能力平台提供一种虚拟的接口。可以想像,通过这个投入成千上万的有意义的数据到区块链中,可以使得智能合约产业更繁荣和更多有价值的应用呈现更大的生命力。
9
9
10
- Oraclize的使用方式可以参考下面的代码
10
+ Oraclize的使用方式可以参考下面的 [ 代码 ] ( https://github.com/oraclize/ethereum-examples/blob/master/solidity/random-datasource/randomExample.sol )
11
11
12
12
在update方法里面调用oraclize_newRandomDSQuery方法来调用Oracle的智能合约的代码,
13
13
Oracle根据请求来生成对应的数据, 然后把结果通过回调__ callback来传入。
@@ -78,7 +78,7 @@ Oracle根据请求来生成对应的数据, 然后把结果通过回调__callb
78
78
79
79
# RANDAO: A DAO working as RNG of Ethereum
80
80
81
- randao是一个生成以太坊随机数的去中心化组织 ,
81
+ [ randao ] ( https://github.com/randao/randao ) 是一个生成以太坊随机数的去中心化组织 ,
82
82
83
83
** Random number in programming is very important!**
84
84
You can’t perform that action at this time.
0 commit comments