Building a smart-contract system for stablecoin payments—secure, automated, and transparent.
This project is a decentralised task management and payment platform built with Vite react, integrating reown for wallet connectivity and Pyth react SDK for real-time crypto pricing. It allows users to create tasks, pay in any cryptocurrency which is swapped to PayPal USD stablecoin and ensures fair payment that protects both creators and doers from fraud.
This project uses vite react in js for the frontend. For wallet connectivity i have used reown and also to fetch the current price i have used pyth sdk in frontend side of integration. So whenever any user creates task, then he can pay in whichever currency(ETH or any) he wants, but that currency is swapped and paypal usd stable coin is stored in smart contract. Whenever task is done by doer, then that amount is given as payment to the doer in paypal usd stable coin

