Welcome to the third installment of "Vyper for Beginners"! 🚀 In this foundational lesson, we're diving into hashmaps in Vyper, the Ethereum smart contract programming language.
👨💻 What You'll Learn:
Hashmaps is an essential data structure in Vyper. It's like mapping in solidity. It's often used to keep track of balances of addresses, but can be used for a lot more.
🔧 Tools Covered:
Foundry for Anvil: For setting up a local blockchain.
Ape Framework and web3.py: Key libraries for smart contract development and interaction.
Streamlit: For crafting interactive UIs.
💻 Installation and Setup:
Check out Lesson 0 if you want to know how i setup my dev environment!
🔗 Useful Links:
Foundry Installation: https://book.getfoundry.sh/getting-st...
GitHub Repository:https://github.com/razacodespython/Vy...
Twitter: / razacodes