Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 527 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 527 Bytes

Smart Contracts ETH

Guía de estudio de Smart Contracts ETH (Solidity)

  • variables de estado y globales
  • private and public functions
  • send Gwei to wallet with payable function
  • lecture mode in smart contract with view function
  • avoid change status variables with pure function
  • challenge to send gwei
  • practicing with modifiers
  • sample of event use case
  • handle errors
  • structs project
  • practicing with enum state

License

The MIT License (MIT). Please see License for more information.