🏃Quickstart

Find what you need to getting off the ground quick with building on Superfluid

The Constant Flow Agreement (CFA) allows for money streaming. Read this short explainer on how it works and then find the resources you need below!

Money Streaming with SDK Core

  • Set Up: How to initialize our SDK Core to start conveniently accessing Superfluid functionality

  • Functionality: See the functions that allow you to manage streams using the SDK Core.

  • Simple Example: Very simple ReactJS examples showing how to allow a user to create, update, and delete their streams.

Money Streaming with Solidity

  • Set Up: Set up your smart contract with the SuperTokenV1Library to easily manage money streams in Solidity.

  • Functionality: See the basic stream management functions of the SuperTokenV1Library

  • ACL: See how you can provide other addresses with the ability to create, update, and delete streams on your behalf

  • Simple Example: "Money Router" smart contract example showing the very basics of coding stream management into a smart contract

  • Video Tutorial: Tutorial demonstrating coding the Money Router contract

Testing With Money Streams

  • Initializing: How to initialize our SDK Core for your Hardhat testing script to start conveniently accessing Superfluid functionality.

  • Simple Example: Our "Tradeable Cashflow" example project Hardhat test script shows a lot of the basics.

Last updated