Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 784 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 784 Bytes

ERC4973O

This is a alternative implementation of the reference implementation for EIP4973 - Account-bound tokens.

Heavy inspiration has been taken from the original author Tim Daubenschütz ERC4973, but this implementation splits up part of the interface into multiple parts to give the consumer more of an opt-in as to whether they want to use give, take, or both by implementing the interfaces

  • IERC4973Giveable (for give)
  • IERC4973Takeable (for take)
  • IERC4973Exchangeable (for both give and take)

Installation

Right now, easiest installation can be done through Foundry:

forge install felixnorden/erc4973o

If this gets the interest, it can also be published to npm.