Skip to content

Latest commit

Β 

History

History
57 lines (33 loc) Β· 2.4 KB

File metadata and controls

57 lines (33 loc) Β· 2.4 KB

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

🏠 Homepage

πŸ“– 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" })

eth-sdk error about ES modules on pnpm generate

Must use import to load ES Module: /Users/kaspar/Repos/superfluid-dashboard/src/eth-sdk/config.ts
require() of ES modules is not supported.

The solution is to temporarily remove "type": "module" from the ``