Skip to content

Muziris-Labs/fusion-landing-main

Repository files navigation

Fusion - Landing Page

Made-With-React Made-With-Tailwind Made-With-Javascript

Fusion is a multi-chain smart contract wallet that leverages zero-knowledge proofs for cross-chain deployments and authentication.

Pre-requisites:

  • Setup Node.js v18+ (recommended via nvm with nvm install 18)
  • Install npm
  • Clone this repository
# Install dependencies
npm install

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

Development

# Start development server
npm run dev

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