https://github.com/robertleifke/send
Send money anywhere, in any currency, with ease.
https://github.com/robertleifke/send
Last synced: 4 months ago
JSON representation
Send money anywhere, in any currency, with ease.
- Host: GitHub
- URL: https://github.com/robertleifke/send
- Owner: robertleifke
- License: mit
- Created: 2024-07-20T20:52:38.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-22T21:45:36.000Z (5 months ago)
- Last Synced: 2025-01-22T22:28:49.507Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Send
*Send money anywhere, in any currency, with ease.*
## Overview
A simple MVP that sends money in any currency (e.g. USD sender to EUR recipient) to anyone using crypto rails.
## Routing
The app routes through Uniswap and Numo **USDC/EUROC** pools.
## Packages 📦
- [App](./packages/app) - Next.js 14, with App router
- [Foundry](./packages/foundry/) - Foundry projects## Usage 🛠️
```bash
npm run dev
# or
yarn dev
# or
bun run
```## Dependencies
```bash
bun install
# and
create ponder
```