ApeWorX / ApePay

A smart contract payment system built for automated service management
https://apeworx.io/apepay
Apache License 2.0
19 stars 6 forks source link

Make the demo app a PWA that lists streams for a particular stream manager [SBK-312] #53

Closed alexisnsns closed 10 months ago

alexisnsns commented 12 months ago

use the SDK's StreamManager.onStreamCreated function to install the StreamStatus items into the list of streams to review on the main demo page ({demo-app-url}/{StreamManager-address}/all)

/{StreamManager.address}/all /{StreamManager.address}/active

adds some filtering that way

then maybe /{StreamManager.address}/{creator-address}/all and /{StreamManager.address}/{creator-address}/{stream-id}

use route parameters to filter the list of streams by different things

alexisnsns commented 12 months ago

https://github.com/ApeWorX/ApePay/pull/51#discussion_r1355437381