https://github.com/ngmachado/superfluid-stream-starter
Web application that allows users to start Superfluid streams by providing any EVM address
https://github.com/ngmachado/superfluid-stream-starter
stream superfluid
Last synced: 12 months ago
JSON representation
Web application that allows users to start Superfluid streams by providing any EVM address
- Host: GitHub
- URL: https://github.com/ngmachado/superfluid-stream-starter
- Owner: ngmachado
- License: mit
- Created: 2023-05-09T20:11:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T17:25:08.000Z (about 3 years ago)
- Last Synced: 2025-04-12T23:55:09.843Z (over 1 year ago)
- Topics: stream, superfluid
- Language: JavaScript
- Homepage:
- Size: 515 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```bash
git clone https://github.com/ngmachado/superfluid-stream-starter.git
```
2. Install dependencies:
```bash
cd superfluid-stream-starter
yarn install
```
3. Start the Server:
```bash
yarn start
```
4. Open the application in your browser:
```bash
http://localhost:3000
```
5. Log in with your username and password.
## Dependencies
- Node.js
- Express.js
- HTML5 QR Code Library
- ethers.js
- Superfluid protocol
## Screenshots
### Login Page

### Send Transaction

### Transaction Status

### Dashboard

### Explorer - User Data Tag

## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.