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

https://github.com/complexlity/pooltogetherxpaywithglide


https://github.com/complexlity/pooltogetherxpaywithglide

Last synced: about 1 year ago
JSON representation

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)