These articles are written by me.
You will find articles connected with Solidity, Ethereum and Testing among others.
Let’s use the latest news to introduce and learn new concepts and at the same time stay up to date.
Use these articles as a reference for starting testing with Hardhat. You will find in this article instructions to successfully deploy smart contracts in your tests.
In this article I will go through my first experience testing with Hardhat, how to connect and interact with the deployed contract in your tests.
Foundry is fundamental for testing smart contracts during your audits. Here is a guide I gathered for you starting from zero up to prepare your setup for the audit.
I want to focus more on how understanding the Ethereum Virtual Machine can effectively save you gas costs on your smart contracts.
When it comes to writing efficient and cost-effective smart contracts on the Ethereum blockchain, every little bit of gas savings counts. One way to optimize gas usage is by using assembly.
This approach has huge gas-saving power and I want to show you in which scenarios it can have a very big impact to optimize the smart contract’s gas consumption.