The PadiPay Frontend repository is the public entry point to the PadiPay ecosystem—an MVP-stage, open-source, WhatsApp-powered escrow platform built on Stellar Soroban. This repository serves as the central discovery hub for contributors, users, and ecosystem participants to understand our architecture, access developer resources, and explore the protocol.
- Frictionless Commerce: Abstracting blockchain complexity through a simple conversational interface on WhatsApp.
- Trustless Escrow: Decentralized, formally verified smart contracts that securely lock funds until mutual agreement.
- Gasless Transactions: Sponsored fee-bumping infrastructure ensuring users never have to worry about native tokens or gas fees.
- Community Dispute Resolution: A decentralized mediator network designed to handle commerce disputes fairly and transparently.
PadiPay leverages a modular architecture separating the conversational interface, the relayer infrastructure, and the on-chain settlement layer.
PadiPay is composed of several specialized, open-source repositories. We welcome contributions across the entire stack:
padipay-relayer-api— High-performance bridge handling gasless transaction relays, fee-bumping, and Soroban event monitoring.padipay-contracts— Formally verified Rust contracts responsible for multi-party escrow logic and secure fund holding.padipay-frontend(This Repository) — Holds both the landing page/developer discovery hub (/web) and the conversational interface (/whatsappbot) that abstracts blockchain complexity away from the end user.padipay-docs— The meta-repository containing governance documents, architecture diagrams, roadmaps, and ecosystem standards.
This frontend is built for speed, accessibility, and a premium user experience:
- Framework: Next.js (App Router)
- Styling: Tailwind CSS
- Animations: Framer Motion
- Language: TypeScript
- Icons: Lucide React
To run the PadiPay Frontend locally:
-
Clone the repository:
git clone https://github.com/Padi-Pay/padipay-frontend.git cd padipay-frontend/web -
Install dependencies:
npm install # or yarn install / pnpm install -
Start the development server:
npm run dev
-
View the application: Open http://localhost:3000 in your browser.
We believe in open commerce. Whether you are a Rust smart contract engineer, a frontend developer, or a community mediator, there is a place for you in the PadiPay ecosystem.
- Check out the
padipay-docsrepository for contribution guidelines, open bounties, and our ecosystem roadmap. - Fork the relevant repository.
- Create your feature branch (
git checkout -b feature/AmazingFeature). - Commit your changes (
git commit -m 'feat: Add some AmazingFeature'). - Push to the branch (
git push origin feature/AmazingFeature). - Open a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.

