7 Interacting With External Resources
This chapter covers:
- Examining the need for Oracles and how to use them
- Designing a UI for DLTs using Web3
- Implementing Ethereum Events to automate services
“The outside world touches against her outside skin, but not the other part of herself, inside.”
― Sally Rooney, Normal People
You should be feeling quite comfortable with writing simple smart contracts and deploying them to a permissioned network by now. You may have even taken the time to go beyond the call of duty and practices more smart contract writing. However, so far we have been dealing with the blockchain world in a silo. Any application, to be useful, will have to interact with external services, users and other networks. In this chapter, we’ll see how we do that with smart contracts.