Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 673 Bytes

Token contract avoids unneeded complexity.md

File metadata and controls

18 lines (16 loc) · 673 Bytes

The token should be a simple contract; a token with complex code requires a higher standard of review. (See here)


Slide Screenshot

0109.jpg


Slide Text

  • ERC20 Token Contract
  • Well-defined Spec Simple Contract
  • Complexity -> Bugs
  • Avoid Unnecessary Complexity

References


Tags