[Solidity] 230214 study
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 모두 적용 가능