https://github.com/anarkrypto/fluence-faucet
A beautiful faucet for Fluence network
https://github.com/anarkrypto/fluence-faucet
faucet fluence network p2p wallet
Last synced: about 2 months ago
JSON representation
A beautiful faucet for Fluence network
- Host: GitHub
- URL: https://github.com/anarkrypto/fluence-faucet
- Owner: anarkrypto
- License: mit
- Created: 2024-05-28T17:10:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T13:23:21.000Z (about 2 years ago)
- Last Synced: 2026-04-19T14:11:07.957Z (2 months ago)
- Topics: faucet, fluence, network, p2p, wallet
- Language: JavaScript
- Homepage: https://anarkrypto.github.io/fluence-faucet/
- Size: 2.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fluence Faucet
A beautiful faucet for Fluence dar network
This project was built for the [HackFS Hackaton 2024](https://ethglobal.com/events/hackfs2024)
It includes a friendly and clean UI built with HTML, JS and TailwindCSS.
It connect users wallet using Web3 Modal, SIWE and Ethers.js

## Disclaimer
The project does not yet implement the fluence backend, there is still no communication with smart contracts, the transaction is merely demonstrative. The initial goal of this project is to bring a new authentication mechanism with SIWE (Sign In With Ethereum) for a variety of wallets, to the Fluence faucet.
I invite Fluence DAO devs to contribute to the integration of the old backend and/or the formulation of a new cloudless backend for the fluence network.
## Get Started
### Install dependencies:
```bash
npm install
```
### Start:
```bash
npm start
```
Then, open the url in your browser: [http://localhost:3000](http://localhost:3000)
### Build:
```bash
npm run build
```
### Deploy
First, copy example.env to .env file and set your WALLET_CONNECT_PROJECT_ID env.
You can configure your projectId on [https://cloud.walletconnect.com/sign-in](https://cloud.walletconnect.com/sign-in)
You can currently deploy it to Github Pages:
```bash
npm run deploy
```