EZTX is a defi one-click payments app that makes sending international payments cheap & easy
The EZTX (easy transactions) App is a Next.js-based web application that provides one-click international money transfers using blockchain technology. The system abstracts away the complexity of cryptocurrency transactions while providing users with a simple, beautiful interface for sending money globally making it easy for non technical users to easily send transfers.
The application follows a microservices-inspired architecture with clear separation between the frontend presentation layer, business logic services, blockchain integration layer, and external API integrations. The design prioritizes user experience, security, and scalability while maintaining the ability to mock external services during development.
This project was bootstrapped using kiro and next js. Some partner technologies used were Hardhat for testing, PYUSD for stable coins, ENS for resolving Ethereum namespaces, FERN (tried to) for on-ramping, and Metamask for wallet connections. The entire project was quite hacky :sweat_smile: as this was our first time interacting with these technologies, AI was relied upon heavily, and there was a great plethora of mocking the actual API calls before trying to generate the real ENS resolution & PYUSD sending of stable coins on the sepolia test net