Skip to main content

Installation

Requirements

  • Node.js >= 20.0.0
  • pnpm (recommended)
  • MetaMask or compatible Web3 wallet

Clone Repository

git clone <repository-url>
cd dapps

Install Dependencies

pnpm install

This installs all workspace packages including:

  • fhevm-sdk - FHE operations SDK
  • x402-facilitator - Payment verification service
  • x402-zama-example - Frontend application

Verify Installation

# Check all packages are linked
pnpm list --depth 0

# Build the SDK
pnpm sdk:build

Next Steps