Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.93 KB

File metadata and controls

44 lines (34 loc) · 1.93 KB

Fusion - Frontend

Made-With-React Made-With-Tailwind Made-With-Javascript Made-With-Wormhole Made-With-Avalanche Made-With-Optimism Made-With-Base Made-With-Noir

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

This is the frontend for getFusion.tech

Deployments

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