Web3Pay – Frontend

License: MIT TypeScript Next.js Tailwind

Next-Gen Onboarding. Seedless Smart Wallets meet Multichain Domains.

This is the frontend for the Unwallet.me hackathon project at Chainlink Constellation 2023. The repository was scaffolded with create-next-app.

Getting Started

Pre-requisites:

  • Setup Node.js v18+ (recommended via nvm with nvm install 18)
  • Install pnpm (recommended via Node.js Corepack or npm i -g pnpm)
  • Clone this repository
# Install dependencies
pnpm install

# Copy & fill environments
cp .env.local.example .env.local

Development

Tip

For the best development experience, install all recommended VSCode workspace plugins listed in .vscode/extensions.json.

# Start development server
pnpm run dev

# Build production frontend & start server
pnpm run build
pnpm run start