Michael Etokakpan
Michael Tech Blog

Michael Tech Blog

Follow
Follow
homebadgesnewsletter
Tag

Blockchain

#blockchain

More content

Read more stories on Hashnode


Articles with this tag

Understanding How Staking works on Ethereum

May 23, 20233 min read

Ethereum Staking · One of the key components of a blockchain is the ability to carry out a trustless consensus mechanism to verify transactions, the...

Understanding How Staking works on Ethereum

Solidity Variables

Jan 12, 20231 min read

Solidity is a statically typed language, which means that the type of each variable (state and local) needs to be specified. There are 3 types of...

Solidity Variables

Data types in Solidity

Jan 12, 20232 min read

Here we introduce you to some primitive data types available in Solidity. boolean The possible values are constants true and false uintint / uint:...

Data types in Solidity

Solidity: Constructors

Jan 12, 20231 min read

A constructor is an optional function that is executed upon contract creation. Here are examples of how to pass arguments to constructors. //...

Solidity: Constructors

Hello Solidity

Jan 12, 20231 min read

Starting Solidity · With the advent of web3 and blockchain technology, much interest has been put into programming and building applications on web3....

Hello Solidity

Deploying a Smart Contract to the Blockchain Network

Nov 28, 20222 min read

Introduction to Web3 Development · We'll be looking at a quick guide to writing and deploying a smart contract to the blockchain network. Let's begin by...

Deploying a Smart Contract to the Blockchain Network