- Step-by-step wallet setup guide
- Polkadot.js extension integration
- Token request system
- Clean, intuitive UI
- Mobile responsive design
- Install dependencies:
pnpm install
To change the RPC endpoint:
- Open
components/Faucet.jsx
- Look for the RPC endpoint configuration variable/constant
- Update it to your desired network address
- Build the production bundle:
pnpm build
-
The build output will be in the
dist
directory -
Deploy the contents of the
dist
directory to GitHub Pages -
For environment-specific configurations, make sure to update the RPC address in
Faucet.jsx
before building for production.
To run the development server:
pnpm dev
The application will be available at http://localhost:5173