https://github.com/generationsoftware/pt-v5-autotasks-monorepo
Monorepo grouping together all the PoolTogether v5 bots made by Generation Software.
https://github.com/generationsoftware/pt-v5-autotasks-monorepo
pooltogether
Last synced: 12 months ago
JSON representation
Monorepo grouping together all the PoolTogether v5 bots made by Generation Software.
- Host: GitHub
- URL: https://github.com/generationsoftware/pt-v5-autotasks-monorepo
- Owner: GenerationSoftware
- License: mit
- Created: 2023-07-04T21:27:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T00:04:31.000Z (over 1 year ago)
- Last Synced: 2024-08-14T10:16:37.918Z (over 1 year ago)
- Topics: pooltogether
- Language: TypeScript
- Homepage:
- Size: 3.65 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PoolTogether V5
### 🤖 Bots!
Monorepo grouping together the latest PoolTogether v5 hyperstructure bots.
## 📖 Examples
1. [Creating a PoolTogether Liquidator bot](https://github.com/GenerationSoftware/pt-v5-liquidator-gh-action-bot)
2. [Creating a PoolTogether Prize Claimer bot](https://github.com/GenerationSoftware/pt-v5-prize-claimer-gh-action-bot)
3. [Creating a PoolTogether Draw Auction bot](https://github.com/GenerationSoftware/pt-v5-draw-auction-gh-action-bot)
## 📦 Packages
- **[library](./packages/library)**: Shared functions which can be installed from any repo, published as `pt-v5-autotasks-library` on NPM.
- **[Arbitrage Liquidator Bot](./packages/liquidator)**: Bot to find arbitrage opportunities and liquidate the prize tokens (likely WETH) for yield.
- **[Draw Auction Bot](./packages/draw-auction)**: Bot to start and complete draws using the DrawAuction system.
- **[Prize Claiming Bot](./packages/prize-claimer)**: Bot to claim prizes on behalf of depositors.
## 🖥️ Development
1. Run `npm run install` in the root of this package - if all goes well you should be able to run `npm run start` in any of the subpackages.