razacodes.ioThe Complete Web 3 Python Stack - Part 1 (Vyper, Ape, Web3.py)馃挕 I鈥檝e been dying to write this series. As a Pythonista, this is just鈥hefkiss If you don't want to read, but watch a video CLICK HERE OK. You鈥檙e a Pythonista. You鈥檙e in web3 or looking at web3. You want to use them Python skills. Lets get started....Dec 22, 2023路9 min read
razacodes.ioMastering Foundry: Episode 2 Testing in FoundryCheck out the Github page if you're looking for an example. If you don't want to read, but want to watch the video, check it out here. Are you ready to transform your smart contract from a fragile glass house to an impenetrable fortress? Welcome to ...Dec 15, 2023路7 min read
razacodes.ioMastering Foundry: Episode 1 - Getting Started with FoundrySide note, if you don't want to read, but want to watch a video, check it out here. Welcome to the first episode of our series where we dive into the world of blockchain development with Foundry. In this episode, we'll cover the basics: installation,...Dec 13, 2023路7 min read
razacodes.ioWTF is Zero-KnowledgeIt seems like ZK-rollups have taken over tech Twitter. Everyone is talking about it. Everyone is deploying it. But wtf is Zero-Knowledge? Bigger than blockchain A while ago I asked a good friend of mine, Tony, how it's possible that decentralised ide...Jun 15, 2023路3 min read
razacodes.ioGet the wallet address from an ENS domain nameIntro A simple Python script retrieving the wallet address from an ENS domain name. In this example we're going to use the web3.py library. Let's go! I just want the code OK, if you just want the code, grab it here or 馃憞 from web3 import Web3 from en...Jul 20, 2022路2 min read