You might have heard about ERC165, do you know how we get the interface ID? interfaceID is achieved by two main operations. 1. keccak256 hash 2. XOR operation keccak256 is an algorithm that takes an input and spits out some random string in bytes. We...
zartaj.com2 min read
No responses yet.