Smart Contract in Solidity (Blockchain)

When we talk about Blockchain how can we forgot smart contract. Let’s start with the smart contracts creation by using solidity.

For the smart contract we gonna use solidity and Remix IDE. Visit the following link to start.

https://remix.ethereum.org/

// SPDX-License-Identifier: MITpragma solidity 0.8.8;contract SimpleStorage{//boolen,uint, int, address, bytesuint256 public favouriteNumber;

--

--

iOS Developer, Triple graduated, Passionate, Love workout, blogger

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
Mr.Javed Multani

iOS Developer, Triple graduated, Passionate, Love workout, blogger