Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkrumahthis/currency-market
Platform connecting businesses with excess currency to those needing it
https://github.com/nkrumahthis/currency-market
Last synced: 2 days ago
JSON representation
Platform connecting businesses with excess currency to those needing it
- Host: GitHub
- URL: https://github.com/nkrumahthis/currency-market
- Owner: nkrumahthis
- Created: 2024-11-14T11:03:36.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T18:04:08.000Z (about 1 month ago)
- Last Synced: 2024-12-13T19:22:00.713Z (about 1 month ago)
- Language: TypeScript
- Size: 6.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Currency Market
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 itThis is a matching engine that:
1. Automatically pairs businesses who need EUR with those who need XOF
2. Optimizes for the best possible exchange rates
3. Handles real-time updates and matching
4. Includes risk management and compliance
5. Provides a real-time UIBuilt with [Next.js](https://nextjs.org).
## Goals
- A real-time matching algorithm
- Basic KYC/AML compliance built in
- Queuing system for currency requests
- Rate negotiations## Getting Started
First, install dependencies
```bash
npm install
```Run the backend server
```bash
npm run backend
```Then run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
To test,
```bash
npm run test
```