Skip to content

Commit 667cf34

Browse files
authored
增加引用的链接
1 parent 16ee873 commit 667cf34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

以太坊随机数生成方式.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# oraclize
88
Oraclize定位为去中心化应用的数据搬运工,他作为Web APIs和DApp的可靠链接。有了Oraclize,就不需要建立额外的信任链,因为我们的行为已经被强制加密验证。Oraclize是一个可证明的诚实的预言机服务,可以让智能合约可以访问互联网。Oraclize是平台无关的,为所有主流的智能合约能力平台提供一种虚拟的接口。可以想像,通过这个投入成千上万的有意义的数据到区块链中,可以使得智能合约产业更繁荣和更多有价值的应用呈现更大的生命力。
99

10-
Oraclize的使用方式可以参考下面的代码
10+
Oraclize的使用方式可以参考下面的[代码](https://github.com/oraclize/ethereum-examples/blob/master/solidity/random-datasource/randomExample.sol)
1111

1212
在update方法里面调用oraclize_newRandomDSQuery方法来调用Oracle的智能合约的代码,
1313
Oracle根据请求来生成对应的数据, 然后把结果通过回调__callback来传入。
@@ -78,7 +78,7 @@ Oracle根据请求来生成对应的数据, 然后把结果通过回调__callb
7878

7979
# RANDAO: A DAO working as RNG of Ethereum
8080

81-
randao是一个生成以太坊随机数的去中心化组织
81+
[randao](https://github.com/randao/randao)是一个生成以太坊随机数的去中心化组织
8282

8383
**Random number in programming is very important!**
8484

0 commit comments

Comments
 (0)