Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 416 Bytes

File metadata and controls

11 lines (7 loc) · 416 Bytes

Ice-Cream Factory Sample Project

Project is having two contracts :

  • Implementation ( IceCreamFactory )
  • Proxy ( FrontFace )

Our goal is to delegate all calls from Proxy to Implementation. docs

At moment, Implementation is working perfectly but Proxy is still having a few bugs.

Soon it will be fixed and README will be updated. ~Stay tuned.