shadowy super coder
1y
If you've been dipping your toes in the awesome Rust language, you must've encountered the clone() method which is present in almost every object out ...
In the previous part (Part 1) we understood some facts about solidity compiler and wrote the Box contract's functions using inline assembly i.e. in Yu...
In the previous part (Part 0) we covered some pre-requisite knowledge of EVM. In this part, we will write the Box contract partially in assembly - the...
Solidity is by far the most used language for smart contracts on Ethereum blockchain. It is a high-level language that abstracts away various underlyi...
Before you move further I assume you already of some Solidity experience and know how storage slots work in any contract. Why Proxies anyway? If you h...
Before you continue, I'm assuming you know what The Graph is and what problems it tackles. If you haven't, I highly recommend checking out - Why The G...
I'm assuming the reader of this article has prior experience in writing basic smart contracts, at minimum. If not, it's a great time to start. What ac...
Tokens are arguably one of the most powerful tools in the blockchain right now. A token can be a representation of anything on-chain — be it voting we...
This is the level 0 of Ethernaut game. Pre-requisites Basics of web3js Hack I assume you've read instructions of the level 0 and acquired test ether...
No More Data