How EOS get the data from outside world
Open
- Dominant language
- No language data
- Stars
- 2k
- Forks
- 860
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.