Today I am going to tell you how I use AI to boost my productivity as a Blockchain developer. https://youtu.be/kR0AvEJBE_M…
Read Story
A lot of people have been wanting to get into web3 and land their first web3 job. Web3 is an…
Read Story
Introduction In blockchain development, mining sets of data into a blockchain is quite an expensive process because fees are charged…
Read Story
Comments You can write comments to document your code; Single-line comments (//) and multi-line comments (/.../) are possible. // This…
Read Story
Events are inheritable members of contracts. When you call them, they cause the arguments to be stored in the transaction’s…
Read Story
Inheritance allows code to be reused by creating a new class from an existing class. The new class that is…
Read Story
Solidity is a statically typed language, which means that the type of each variable (state and local) needs to be…
Read Story
What is Cryptography? — An Introduction to Cryptographic Algorithms Encryption is essentially important because it secures data and information from…
Read Story
Signing messages in Ethereum Authentication for web3 ? If you’ve ever interacted with an Ethereum Dapp you’ve probably been asked…
Read Story
In this article, we will be comparing two smart contract development frameworks. Hardhat, which is the most used framework for…
Read Story