A Platform connecting businesses with excess currency to those who need it.
This project is part of my application to join capi-money, a YC23 company that provides
an alternative source of foreign currency by finding organisations that are sending money into Senegal and therefore want XOF and are willing to trade Euros for it
This is a matching engine that:
- Automatically pairs businesses who need EUR with those who need XOF
- Optimizes for the best possible exchange rates
- Handles real-time updates and matching
- Includes risk management and compliance
- Provides a real-time UI
Built with Next.js.
- A real-time matching algorithm
- Basic KYC/AML compliance built in
- Queuing system for currency requests
- Rate negotiations
First, install dependencies
npm installRun the backend server
npm run backendThen run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
To test,
npm run test