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

https://github.com/5afe/aa-stripe-service

Account abstraction basic Stripe proxy service
https://github.com/5afe/aa-stripe-service

Last synced: 4 months ago
JSON representation

Account abstraction basic Stripe proxy service

Awesome Lists containing this project

README

          

# Ramp Stripe Service

This repo is provided for TESTING purposes only. It's not ready for production use.

We are working with Stripe and participating in the pilot testing for their new on ramp solution.

### create a .env file

```
FRONTEND_ORGIN=http://localhost:3000,http://127.0.0.1:5173
SERVER_PORT=3001
STRIPE_SERVER_SECRET_KEY=
```

### run server

```bash
yarn install
yarn start
```