Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.46 KB

File metadata and controls

43 lines (35 loc) · 1.46 KB

Smart Contract Programming for Ethereum Blockchain

These are the exercise files used for Smart Contract Programming for Ethereum Blockchain course.

The course outline can be found in

https://www.tertiarycourses.com.sg/wsq-smart-contract-programming-for-ethereum-blockchain.html

Topic 1 Blockchain, Cryptocurrency, Smart Contract and Token Economics

  • Introduction of Blockchain and Cryptocurrency
  • Use Cases of Blockchain and Cryptocurrency
  • Introduction to Smart Contract and Non Fungible Token (NFT)
  • Use Cases of Smart Contract and NFT

Topic 2 Ethereum Blockchain and Solidity Programming

  • Overview of Ethereum DApp Platform
  • Create Smart Contract using Solidity Programming
  • Solidity Coding Syntax
  • Best Practices on Solidity Coding

Topic 3 Smart Contract Testing

  • Test Smart Contract and Monitor Outputs
  • Manage Ether and Gas Fee
  • Monitor Ethereum Blockchain Transactions

Topic 4 Smart Contract Deployment

  • Deploy Smart Contract
  • Token Standards

Mode of Assessment

  • Written Assessment(Q&A)
  • Practical Performance