Cross-Chain: A Comparison Between CCIP And LayerZero

TBD

January 3, 2024

Upgradability In Solidity

TBD

January 3, 2024

Process Learning Of Learning New Things

TBD

January 3, 2024

[EP01] Deep Dive Series: Aave

TBD

January 3, 2023

Make Your RPC Calls More Resilient

Calling an RPC node is most of the time a flawless process. The standardized JSON-RPC API is allowing convenience libraries (ethers.js, web3.js) to abstract the calls to the node with some utility methods. It is getting more complicated when it comes to request intensive tasks (like bots or frontends). Live all online services, RPC nodes are fallible, which will lead to some errors on the client end. The most common one is the rate limit error....

October 13, 2022