Recent Posts

Introduction to Blockchain

7 minute read

1. Introduction to Blockchain Definition: Blockchain is a decentralized, distributed ledger technology that records transactions across many computers. T...

Introduction to Solidity

1 minute read

Solidity is a high-level, statically-typed programming language designed specifically for writing smart contracts on the Ethereum blockchain and other blockc...

First project in Solidity

2 minute read

Create the contract that recieve the data and retrive the data. - Be able to do following 1. Receive the information, 2. Store the inforamt...