https://github.com/complexlity/pooltogetherxpaywithglide
https://github.com/complexlity/pooltogetherxpaywithglide
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/complexlity/pooltogetherxpaywithglide
- Owner: Complexlity
- Created: 2024-07-04T16:36:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T20:14:34.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T01:28:30.465Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://pooltogetherxpaywithglide.vercel.app/
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pool Together X Pay With Glide
This is a minimal repo showing how to deposit in [pooltogether](https://app.cabana.fi/) optimism protocol using usdc and eth on both optimism and base.
It's been made to work by using [paywithglide](https://paywithglide.xyz/)
# Getting Started
- Clone the repository
```
git clone https://github.com/Complexlity/pooltogetherxglide.git
```
- Install dependencies
```
pnpm install
```
- Update environmental Varliables
NEXT_PUBLIC_GLIDE_PROJECT_ID=
https://paywithglide.xyz/
NEXT_PUBLIC_DYNAMIC_ENVIRONMENT_ID=
https://app.dynamic.xyz/dashboard/developer/api
- Run Development Server
```
pnpm run dev
```
Go to [http://localhost:3000](http://localhost:3000)