Understanding Solidity by Rebuilding the ERC-20 Token Standard
A step-by-step introduction to Solidity through building a simplified ERC-20 token, covering core smart contract concepts and security fundamentals.
A step-by-step introduction to Solidity through building a simplified ERC-20 token, covering core smart contract concepts and security fundamentals.
In this article we implement a Cheon attack to solve the “Power Corrupts” puzzle contributed by Stanford’s Applied Cryptography group. The focus is on the mathematical details of the attack and a full Rust implementation is provided.
In this article, we will explore how Vara Network’s custom block authoring implementation differs from the native Substrate implementation.
In this article, we’ll explore Merkle trees and Merkle proofs, covering how they work, their role in blockchain systems, and how to build them with a focus on both theory and practical examples.
This article introduces the Ethereum Name Service to blockchain developers by exploring its core smart contracts.