Skip to content

FusionFraxtalBuild/frontend

Repository files navigation

Fusion - Frontend

Made-With-React Made-With-Tailwind Made-With-Javascript Deployed-on-Fraxtal Made-With-Noir

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

Gas Tokens (GAS) are zk-powered ERC-20 token to streamline gas payments across all compatible networks within the Fusion ecosystem.

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

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