Skip to content

superfluid-org/superfluid-dashboard

Repository files navigation

Welcome to the Superfluid Dashboard v2 Repo👋

Twitter: Superfluid_HQ

Superfluid Dashboard v2

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.

Resources for the Superfluid Dashboard

Resources for the Superfluid Protocol

📖 Docs

Notes

window.superfluid_dashboard.advanced.nextGasOverrides

ethers Overrides to override gas settings for only the next transaction attempt. Example usage: window.superfluid_dashboard.advanced.nextGasOverrides.gasLimit = 1_000_000

window.superfluid_dashboard.advanced.addCustomToken

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" })