Why L2s?Introduction The need for Layer 2 chains came because of the age old blockchain trilemma. We can only have two at a time, in case of ethereum that is decentralization and security. But ethereum isn't scalable. To give context, ethereum has a max TPS...Jan 10, 2025·5 min read
How much decentralization is enough decentralization?I had this thought after my X feed being flooded with pump fun tweets.“How much decentralization enough, can we ever achieve true decentralization?” To address that we need to understand what the spirit of decentralization is. It started with bitcoin...Nov 28, 2024·3 min read
Deserialization in CairoSerialization of uint256 values in Cairo In Cairo uint256 is represented as two felt252 values of 128 bit each The first felt252 value represent the least significant bits, low part The second felt252 value represent the most significant bits, hig...Oct 14, 2024·1 min read