ngmachado / superfluid-stream-starter

Web application that allows users to start Superfluid streams by providing any EVM address

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Superfluid Stream Starter

This is a web application that allows users to start Superfluid streams by providing their Ethereum address and selecting the desired network. It utilizes the Superfluid protocol to create continuous streams of tokens between addresses.

Features

  • Scan QR code or manually enter Ethereum address
  • Select the network (e.g., Goerli, Gnosis)
  • Start a Superfluid stream
  • Display transaction status and hash

Getting Started

To get started with the Superfluid Stream Starter, follow these steps:

  1. Clone the repository:
git clone https://github.com/ngmachado/superfluid-stream-starter.git
  1. Install dependencies:
cd superfluid-stream-starter
yarn install
  1. Start the Server:
yarn start
  1. Open the application in your browser:
http://localhost:3000
  1. Log in with your username and password.

Dependencies

  • Node.js
  • Express.js
  • HTML5 QR Code Library
  • ethers.js
  • Superfluid protocol

Screenshots

Login Page

Login Page

Send Transaction

Send Transaction

Transaction Status

Transaction Status

Dashboard

Dashboard

Explorer - User Data Tag

Explorer

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Web application that allows users to start Superfluid streams by providing any EVM address

License:MIT License


Languages

Language:JavaScript 64.0%Language:CSS 20.7%Language:HTML 15.3%