Skip to content

louweal/hashfast-2.0

Repository files navigation

HashFast

HashFast makes it easy to request and receive payments on Hedera. Features include automatic wallet address detection and instant email notifications.

Mainnet: www.hashfast.app

Testnet: testnet.hashfast.app

Installation

  1. Clone and install dependencies
npm install
  1. Set up the database
npx prisma db push
  1. Start the development server
npm run dev

The application will be available at http://localhost:3000

📁 Project Structure

├── assets/css/          # Global styles
├── components/          # Vue components
├── lib/                 # Utilities and services
├── middleware/          # Nuxt middleware
├── pages/               # File-based routing
├── prisma/              # Database schema and migrations
├── public/              # Public files (images)
├── server/api/          # API routes
├── app.vue              # Root component
└── nuxt.config.ts       # Nuxt configuration

About

HashFast dApp for Ascension Hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors