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

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

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