Skip to content

Instantly share code, notes, and snippets.

@wrightkhlebisol
Last active March 22, 2022 22:25
Show Gist options
  • Save wrightkhlebisol/9781442cc8294b690b6f16d1dd4b8699 to your computer and use it in GitHub Desktop.
Save wrightkhlebisol/9781442cc8294b690b6f16d1dd4b8699 to your computer and use it in GitHub Desktop.
Links to resources i find very useful in Solidity
https://medium.com/@libertylocked/what-are-abi-encoding-functions-in-solidity-0-4-24-c1a90b5ddce8 -> Explains abi.encode functions and how to deduce the returned data
https://kermankohli.substack.com/p/how-to-become-a-defi-developer?utm_source=url&s=r -> How to become a DEFI developer
https://github.com/TrueFiEng/Waffle/issues/95 -> Fix revertedWith() issue in hardhat using hardhat-waffle
https://programtheblockchain.com/posts/2018/02/17/signing-and-verifying-messages-in-ethereum/ -> Sign Messages in Ethereum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment