Some contents of this article are based on Solidity Documentation

Solidity by exmaple

Voting

  • how to assign voting rights correctly
  • how to prevent manipulation?
  • require로 요건 충족을 테스트
    • msg.sender를 명시하여 자격 요건 및 권한을 확인

      Simple open auction

  • external, internal, public을 구분

Blind auction

  • modifier, constructor 활용

Safe remote purchase

  • simple, blind 모두 적용 가능