An automated dealer of FX forwards for cross border businesses in Kenya. The app uses automated market makers as an alternative counterparty to banks. The result is an accessible, low cost way to hedge Kenyan Schilling (KES).
Install dependencies
# from project root
bun installRun the development server
bun run devBuild for production
bun run build
bun run startNotes
- To add or override a package version with Bun use
bun add <pkg>@<version>(for examplebun add @privy-io/react-auth@3.5.1).