🏃♀
Quickstart
Find what you need to getting off the ground quick with building on Superfluid
Money Streaming
Distributions
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!
- Simple Example: Very simple ReactJS examples showing how to allow a user to create, update, and delete their streams.
- Set Up: Set up your smart contract with the SuperTokenV1Library to easily manage money streams in Solidity.
- 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
- 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.
The Instant Distribution Agreement (IDA) allows for one-to-many instant distributions. Read this short explainer on how it works and then find the resources you need below!
You want to let users to manage their instant distribution indices from your frontend.
- Set Up: How to initialize our Javascript SDK (the SDK Core) for your frontend to start conveniently accessing Superfluid functionality
- Simple Example: Very simple ReactJS examples showing how to allow a user to create and manage an Instant Distribution Agreement Index.
You want to create a smart contract that does instant distributions on its own.
- Set Up: Set up your smart contract with the Instant Distribution Agreement (IDA) library to easily start instant distributions in Solidity.
- Simple Example: "Token Spreader" smart contract example showing the very basics of coding IDA management into a smart contract
You want to work with instant distributions in your test scripts.
- Set Up (Hardhat): How to initialize our SDK Core for your Hardhat testing script to start conveniently accessing Superfluid functionality.
- Simple Example: Our "Token Spreader" example project Hardhat test script shows a lot of the basics.
Last modified 19d ago