The Pondering
This is not about meditation. This is about navigating the forest. The one full of uncertainty, expectations and pressure. The one you enter any time you set out to achieve anything meaningful
This is not about meditation. This is about navigating the forest. The one full of uncertainty, expectations and pressure. The one you enter any time you set out to achieve anything meaningful
Usually when interacting with a protocol that is transferring users ERC20 tokens, the user must first approve it by calling approve on the ERC20 token contract. This means that for every new application that user interacts with, he must make 2 transactions (one to approve and the second one to call the smart contract he wants to interact with). This is why a […]
Lets say you have an application that needs to index Smart Contract events. To index past events, you have to first know what blocks you should be looking at. It does not need to be explained, that you should be looking at blocks that were created after the contract was deployed. So you need to […]