LNLatricia Nickelberryintriciadev23.hashnode.dev·Sep 19, 2023 · 6 min readZunami Protocol-Post MortemIntroduction In August 2023 the Zunami protocol lost about $2.1 million in a price manipulation attack. This was caused by donations that resulted in incorrect prices. Flash loan attacks are used a lot in Defi to hack protocols. In this case, the att...00
LNLatricia Nickelberryintriciadev23.hashnode.dev·Apr 25, 2023 · 4 min readEthernaut CTF(Fallback)Intro I am currently a blockchain developer looking to transition into smart contract security. I have started the journey by doing Openzeppelins CTF's, JohnnyTimes smart contract hacking course and participating in Secureum. My goal is to complete a...00
LNLatricia Nickelberryintriciadev23.hashnode.dev·Oct 11, 2022 · 5 min readHow to use Decentralized Web3 InfrastructureIs everything decentralized in web3? When you think of web3 we think of decentralization right? Well, that is not always the case. We have currently some centralized components that are part of the Infrastructure layer. We as users rely on them prett...00
LNLatricia Nickelberryintriciadev23.hashnode.dev·Sep 25, 2021 · 2 min readLet's do GitI am going to discuss some basics when using git and GitHub. If you do not know git and GitHub are two separate things. Git is a version control which means that it tracks changes within a filling system. Github is where you store those various file...00
LNLatricia Nickelberryintriciadev23.hashnode.dev·Sep 16, 2021 · 1 min readContract ABI'sContract Application Binary Interface. Have you heard about this? If you have been learning Solidity and have created an ERC-20 token or ERC-721 then this term has come up. What are ABI's exactly?? Any contract that you create is associated with an ...00