This project is a simple Node.js application designed to receive webhook responses from NOWPayments.io. It allows you to handle cryptocurrency payment notifications and integrate them into your system seamlessly.
- Node.js: JavaScript runtime environment for building server-side applications.
- Hono: A lightweight and fast web framework for creating high-performance applications.
- NOWPayments.io: The cryptocurrency payment gateway.
- Easy setup for receiving NOWPayments.io webhooks.
- Lightweight and built with simplicity in mind.
- Can be used as a starting point for integrating cryptocurrency payment notifications.
- Node.js installed on your system.
- A NOWPayments.io account with webhook notifications configured.
- Basic Hono web framework knowledge required
To create a production version of your app:
npm run build
You can preview the production build with npm run start
.
For having typesafe backend with pocketbase You will need to use the pocketbase typegen, learn more about pocketbase typegen on the website
repo