Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 527 Bytes

File metadata and controls

26 lines (19 loc) · 527 Bytes

StreamPay

Per-second payment streaming for continuous compensation on ProbeChain Rydberg Testnet.

Features

  • Create streams with start/stop times
  • Per-second rate calculation
  • Withdraw available balance at any time
  • Cancel streams (splits earned/unearned)
  • Track active streams per sender/recipient

Setup

npm install
cp .env.example .env
npx hardhat compile
npm run deploy

Network