Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (13 loc) · 1.27 KB

super-app-examples.md

File metadata and controls

25 lines (13 loc) · 1.27 KB

Super App Examples

Flow Splitter 🪓

{% embed url="https://github.com/superfluid-finance/super-examples/tree/main/projects/flow-splitter" %}

The Flow Splitter is a Super App that reacts to an incoming money stream by splitting it into two outgoing money streams between two receiver accounts.

Growing NFT 🌼

{% embed url="https://github.com/superfluid-finance/super-examples/tree/main/projects/growing-nft" %}

The Growing NFT example demonstrates the Flower NFT Contract, an ERC721 contract that is also a Super App. As the amount of Super Tokens you stream to it crosses certain thresholds, the NFT's metadata will progressively graduate.

Tradeable Cashflow 🚰

{% embed url="https://github.com/superfluid-finance/super-examples/tree/main/projects/tradeable-cashflow" %}

The Tradeable Cashflow provides the deployer with an NFT. Whoever is the owner of the NFT will receive a consolidated stream for all the streams the contract receives.