Quickstart
Find what you need to getting off the ground quick with building on Superfluid
Last updated
Was this helpful?
Find what you need to getting off the ground quick with building on Superfluid
Last updated
Was this helpful?
The Constant Flow Agreement (CFA) allows for money streaming. Read this on how it works and then find the resources you need below!
: How to initialize our SDK Core to start conveniently accessing Superfluid functionality
: See the functions that allow you to manage streams using the SDK Core.
: Very simple ReactJS examples showing how to allow a user to create, update, and delete their streams.
: Set up your smart contract with the SuperTokenV1Library to easily manage money streams in Solidity.
: See the basic stream management functions of the SuperTokenV1Library
See how you can provide other addresses with the ability to create, update, and delete streams on your behalf
: "Money Router" smart contract example showing the very basics of coding stream management into a smart contract
: Tutorial demonstrating coding the Money Router contract
: How to initialize our SDK Core for your Hardhat testing script to start conveniently accessing Superfluid functionality.
: 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 on how it works and then find the resources you need below!
: How to initialize our Javascript SDK (the SDK Core) for your frontend to start conveniently accessing Superfluid functionality
: See the functions that allow you to manage streams using the SDK Core.
: Very simple ReactJS examples showing how to allow a user to create and manage an Instant Distribution Agreement Index.
: Set up your smart contract with the Instant Distribution Agreement (IDA) library to easily start instant distributions in Solidity.
: See the basic IDA management functions of the IDA Library
: "Token Spreader" smart contract example showing the very basics of coding IDA management into a smart contract
: Tutorial demonstrating coding the Token Spreader contract
(Hardhat): How to initialize our SDK Core for your Hardhat testing script to start conveniently accessing Superfluid functionality.
: See the functions that allow you to manage distributions using the SDK Core.
: Our "Token Spreader" example project Hardhat test script shows a lot of the basics.