In this article I will show you how to read data from the Blockchain. We will use short scripts written…
Read StoryToday, we’ll explore 7 tips for finding your first Web3 job! Within the Eat The Blocks audience, we have quite…
Read StoryA timelock is a piece of code that locks functionality on an application until a certain amount of time has…
Read StoryIntroduction In blockchain development, mining sets of data into a blockchain is quite an expensive process because fees are charged…
Read StoryComments You can write comments to document your code; Single-line comments (//) and multi-line comments (/.../) are possible. // This…
Read StoryEvents are inheritable members of contracts. When you call them, they cause the arguments to be stored in the transaction’s…
Read StoryInheritance allows code to be reused by creating a new class from an existing class. The new class that is…
Read StorySolidity is a statically typed language, which means that the type of each variable (state and local) needs to be…
Read StoryWhat is Cryptography? — An Introduction to Cryptographic Algorithms Encryption is essentially important because it secures data and information from…
Read StorySigning messages in Ethereum Authentication for web3 ? If you’ve ever interacted with an Ethereum Dapp you’ve probably been asked…
Read Story