Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.43 KB

File metadata and controls

29 lines (19 loc) · 1.43 KB

🖥️ PayNode Web

Framework: Next.js Styling: Tailwind CSS Hosting: Vercel

The official landing page and merchant dashboard for PayNode.dev.

This repository contains the frontend application for PayNode, the non-custodial payment infrastructure for the AI Agentic Economy.

Currently, it serves as our high-converting landing page and waitlist portal. In the future, this Next.js app will house the Merchant Dashboard, allowing developers to connect their Web3 wallets, view real-time M2M (Machine-to-Machine) transaction analytics, and manage their SDK API keys.

🛠 Tech Stack

Built with the modern React ecosystem for maximum performance and DX (Developer Experience):

🚀 Local Development

First, clone the repository and install the dependencies:

git clone https://github.com/PayNodeLabs/paynode-web.git
cd paynode-web
npm install