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
- Clone and install dependencies
npm install- Set up the database
npx prisma db push
- Start the development server
npm run devThe application will be available at http://localhost:3000
├── 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