Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 677 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 677 Bytes

Stream

create a group that splits incoming money to members in realtime

Learn more: https://stream.moneypipe.xyz

stream.png


Contract

Stream is a minimal proxy contract, which makes deployments affordable ($40 ~ $90).

This repository is made up of 2 main files:

  1. Stream.sol: The core "Stream" contract that handles realtime money split handling
  2. Factory.sol: The factory that clones and deploys the core Stream contract

There's an additional Test.sol but it's just for testing purpose and is not included in the deployment.