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
- Host: GitHub
- URL: https://github.com/5afe/aa-stripe-service
- Owner: 5afe
- Created: 2023-02-22T11:40:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T07:46:28.000Z (about 3 years ago)
- Last Synced: 2025-04-05T14:11:57.978Z (about 1 year ago)
- Language: TypeScript
- Size: 43 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```