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:
# Install dependencies
npm install
# fill environments
cp .env.local.example .env.local
# Start development server
npm run dev
# Build production frontend & start server
npm run build
npm run start