EOSIO / Documentation

EOSIO Documents
https://eos.io
2.07k stars 879 forks source link

How EOS get the data from outside world #58

Open lakerswq7 opened 6 years ago

lakerswq7 commented 6 years ago

Some Dapps may have requirement to consume data from outside world In Ethereum, solidity allow to log a event which can be catched by ethereum software. Ethereum software will fetch the data through rest api or other way from outside world, and then inject the result back into contract through callback function.

I am just wondering if EOS have a same way to deal with it or use other manner.

Thanks

16522855 commented 6 years ago

mark it,waitting for replay

lillotto commented 6 years ago

Oracles?