Skip to content

Meet2054/Web3Pay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.2%
  • Solidity 17.9%
  • Shell 1.1%
  • Other 0.8%