Skip to content

QuantumFusion-network/pvm-dapp-demo

Repository files navigation

QF demo dApp | Calculator

Features

  • Polkadot.js extension integration for signing
  • Run signed PolkaVM pre-uploaded smartcontract

Setup

  1. Install dependencies:
pnpm install

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