An open API service indexing awesome lists of open source software.

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.

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
```