parent
9f6a7e35bd
commit
da16fc4480
@ -0,0 +1,19 @@ |
||||
--- |
||||
sections: |
||||
- title: Core |
||||
contracts: |
||||
- IERC777 |
||||
- ERC777 |
||||
- title: Hooks |
||||
contracts: |
||||
- IERC777Sender |
||||
- IERC777Recipient |
||||
--- |
||||
|
||||
This set of interfaces and contracts are all related to the [ERC777 token standard](https://eips.ethereum.org/EIPS/eip-777). |
||||
|
||||
*For a walkthrough on how to create an ERC777 token read our [ERC777 guide](../../learn-about-tokens.md#erc777).* |
||||
|
||||
The token behavior itself is implemented in the core contracts: `IERC777`, `ERC777`. |
||||
|
||||
Additionally there are interfaces used to develop contracts that react to token movements: `IERC777Sender`, `IERC777Recipient`. |
@ -0,0 +1,6 @@ |
||||
--- |
||||
id: learn-about-erc777 |
||||
title: Learn About ERC777 tokens |
||||
--- |
||||
|
||||
# Under construction |
Loading…
Reference in new issue