Skip to content

rajatnano/Solidity-Intro-Remix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Solidity-Intro-Remix

Introduction to solidity with the help of three contracts. These contracts are deployed using Remix.

  1. "Hello World" of Solidity that is a basic contract of storing a number.
  2. Introduces non-state change functions "view" and "pure."
  3. Introduces building a list of people and search the list using index value and name=>favoriteNumber mapping.

Get some testnet ETH to deploy your smart contract on a real blockchain:

Ropsten Testnet Faucet --> https://faucet.egorfine.com/

Releases

No releases published

Packages

No packages published