The Superfluid Dashboard is the primary user-facing window into the Superfluid protocol.
It allows users to send and receive streaming payments as well as see their various flows visualised.
It provides a jumping-off point for users in the Superfluid ecosystem to access value-add products.
It teaches end-users and developers the fundamental principles of streaming
This repository implements the Superfluid Dashboard v2 as a Next.js web app built on Superfluid's SDK-CORE and SDK-REDUX.
🏠 Homepage
📖 Docs
ethers
Overrides
to override gas settings for only the next transaction attempt. Example usage: window.superfluid_dashboard.advanced.nextGasOverrides.gasLimit = 1_000_000
addCustomToken
is a function that allows you to add a custom token to the Superfluid Dashboard. Example usage: window.superfluid_dashboard.advanced.addCustomToken({ chainId: 1, customToken: "0xd27dd3deec7eb1f1f48d9eb66f4a548c8cc04889" })