- Polkadot.js extension integration for signing
- Run signed PolkaVM pre-uploaded smartcontract
- Install dependencies:
pnpm install
- 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