https://github.com/complexlity/pool-cross-frame
Deposit into pool protocol with cross chain tokens
https://github.com/complexlity/pool-cross-frame
Last synced: 10 months ago
JSON representation
Deposit into pool protocol with cross chain tokens
- Host: GitHub
- URL: https://github.com/complexlity/pool-cross-frame
- Owner: Complexlity
- Created: 2024-09-02T09:02:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-21T11:25:39.000Z (over 1 year ago)
- Last Synced: 2025-03-21T04:44:18.021Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://warpcast.com/~/developers/frames?url=https%3A%2F%2Fpoolxglide.farcaster101.com%2Fapi
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pool Glide Frame
This application lets you deposit into a [pool together](https://pooltogether.com/) protocol with cross chain tokens.
## Getting Started
- Install dependencies
```bash
npm install
```
or
```bash
yarn
```
or
```
pnpm install
```
or
```bash
bun install
```
- Update .env (see .env.sample)
Enter your Glide project id in the .env file
```.env
GLIDE_PROJECT_ID=
```
Get a project ID from [Glide](https://paywithglide.xyz/)
- Run the application
```bash
npm run dev
```
or
```bash
yarn dev
```
or
```bash
pnpm dev
```
or
```bash
bun run dev
```
Head to http://localhost:5173/api/dev