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:
- Verified contracts - Fusion-Contracts
- Active ChainLink Functions Subscription - Fusion-Backend
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