README.adoc 579 B

1234567891011121314151617181920
  1. = ERC 777
  2. This set of interfaces and contracts are all related to the [ERC777 token standard](https://eips.ethereum.org/EIPS/eip-777).
  3. TIP: For an overview of ERC777 tokens and a walkthrough on how to create a token contract read our xref:ROOT:tokens.adoc#ERC777[ERC777 guide].
  4. The token behavior itself is implemented in the core contracts: {IERC777}, {ERC777}.
  5. Additionally there are interfaces used to develop contracts that react to token movements: {IERC777Sender}, {IERC777Recipient}.
  6. == Core
  7. {{IERC777}}
  8. {{ERC777}}
  9. == Hooks
  10. {{IERC777Sender}}
  11. {{IERC777Recipient}}