Vyper for Beginners Lesson 3 - Hashmaps

Published: 30 January 2024
on channel: Raza Zaidi
91
3

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