⚠️ This repository is no longer maintained. Use at your own risk.⚠️
Swapper is a monorepo for atomic swaps leveraging the Algorand blockchain. It is built using React + TypeScript for the frontend and Node.js + TypeScript for the backend.
- Atomic Swaps: Secure, trustless asset exchanges on Algorand.
- React + TypeScript: Modern frontend for seamless user experience.
- Node.js + TypeScript: Robust backend handling transactions and blockchain interactions.
- Monorepo Structure: Centralized development with shared dependencies and configurations.
- React
- TypeScript
- Emotion CSS
- Node.js
- TypeScript
- Algorand SDK
- Express
- MySQL
- Connect your Algorand wallet.
- Select the assets you want to swap.
- Confirm the transaction.
- The app ensures a trustless exchange. It doesn't use smart contracts, because the Algorand blockchain has built in atomic transactions.
- Fork the repository.
- Create a feature branch:
git checkout -b feature-name - Commit changes:
git commit -m "Add feature" - Push to branch:
git push origin feature-name - Open a pull request.
Swapper is licensed under the MIT License.
For support or inquiries, open an issue or contact silventino.dev@gmail.com