Skip to content

QuantumFusion-network/devnet-faucet

Repository files navigation

QF devnet faucet

Features

  • Step-by-step wallet setup guide
  • Polkadot.js extension integration
  • Token request system
  • Clean, intuitive UI
  • Mobile responsive design

Setup

  1. Install dependencies:
pnpm install

Configuration

To change the RPC endpoint:

  1. Open components/Faucet.jsx
  2. Look for the RPC endpoint configuration variable/constant
  3. Update it to your desired network address

Deployment

  1. Build the production bundle:
pnpm build
  1. The build output will be in the dist directory

  2. Deploy the contents of the dist directory to GitHub Pages

  3. For environment-specific configurations, make sure to update the RPC address in Faucet.jsx before building for production.

Development

To run the development server:

pnpm dev

The application will be available at http://localhost:5173