Hi developers, In this video, I’d like to talk about the differences between web2 and web3 development. At the end of the day, it’s the same...
Continue reading...admin6166
Solidity : How to compare strings?
Solidity does not offer string comparison out of the box.If you search on Internet, you’ll see 2 implementations recommended.Both use the keccak256 function to hash the...
Continue reading...