Skip to content

Frontend of Fusion - zk-Based Multi-chain Smart Contract Wallet

Notifications You must be signed in to change notification settings

FusionWallet/fusion_frontend

Repository files navigation

Fusion - Frontend

Made-With-React Made-With-Tailwind Made-With-Javascript Made-With-ChainLink Made-With-Noir

Fusion is a multi-chain smart contract wallet that leverages ChainLink Functions and zero-knowledge proofs for cross-chain deployments and authentication. It also uses Avalanche Sub-Chain to provide unified Gas Credits and indexing transactions.

This is the frontend for the getFusion.tech hackathon project at Chainlink BlockMagic Hackathon 2024. The repository was scaffolded with create-next-app.

Deployments and Subscriptions:

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