Smart contracts can do a lot for us, and the best thing about them is they are interoperable. A smart contract can be written in a way that allows it to be freely used by others on the network using Interfaces.
I covered interfaces briefly in the Unverified Contracts lesson, and now we’re going to implement it at the smart contract level.
If you have not …