Skip to content

Cuperfluid - A customised version of superfluid streams

License

Notifications You must be signed in to change notification settings

manav2401/cuperfluid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cuperfluid

Cuperfluid is a customised version of superfluid constant streams

Made with 💙 by Manav Darji and Shyam Patel

Checkout our ETHOnline'21 project submission here.

V1: Built at ETHOnline'21

  • Cuperfluid V1 provides additional verifiability for the work (PoW) for the customising the stream real time.
  • Major components
    • contracts
      • Cuperfluid.sol - The cuperfluid contract
    • Scripts
      • 1-deploy-cuperfluid.js - The deployment script
      • 2-simulate-sender.js - The simulation script containing the main backend logic for the querying and verification mechanism

V2: Building at Polygon BuildIT'21 (In progress)

  • This adds additional UI component for user friendly interaction along with capability of viewing each checkpoint's result through the dashboard.
  • It also adds an exact amount stream functionality.
  • Along side this, we're also building a seperate exact stream functionality for normal superfluid streams (without any verifiability).