Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.06 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.06 KB

SolidityFromZero

My journey or our journey from zero Solidity to one day deploy a smartcontract in a Blockchain.

First Tutorial

It all started with a tutorial video and a playlist from YouTube

  1. Solidity, Blockchain, and Smart Contract Course – Beginner to Expert Python Tutorial by freeCodeCamp.org
  2. Learn Solidity basics by HashLips
  3. Learning about PENTAS smarcontract.

Learning Solidity Basic Repository

Solidity Basics forked from HashLips

Where and how to start...

  1. Use Remix by Ethereum IDE
  2. Follow through tutorial video while coding and testing
  3. Always refer the latest Official Solidity Documentation
  4. Codes are located inside the contract folder