Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 581 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 581 Bytes

Prototype WARNING!

  1. Proxy is EIP2535 like patterns, it's unofficial implementation without "Diamond Industry" jargons & it's not fully compatible with EIP2535 events.
  2. Need more tests, still WIP


File Types

  • Prefix xFilename.sol is Diamond compatible extension modules
  • Prefix iFilename.sol is interface
  • Suffix Filename.lib.sol is library used by extensions


Zenga Tower

  1. Foundation : ./proxy/Diamond.sol
  2. Manager/Lookup : ./proxy/xManager.sol, ./proxy/xLoupe.sol
  3. Base : ./xWollBall.sol
  4. 1st Module : ERC1155
  5. ....