https://github.com/SundaeSwap-finance/sundae-yield-v2
Infrastructure for SundaeSwap Yield Farming v2
https://github.com/SundaeSwap-finance/sundae-yield-v2
Last synced: 22 days ago
JSON representation
Infrastructure for SundaeSwap Yield Farming v2
- Host: GitHub
- URL: https://github.com/SundaeSwap-finance/sundae-yield-v2
- Owner: SundaeSwap-finance
- Created: 2023-06-02T02:39:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T15:09:33.000Z (3 months ago)
- Last Synced: 2025-05-01T04:58:10.444Z (28 days ago)
- Language: Go
- Size: 119 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
- awesome-aiken - SundaeSwap Yield Farming v2 - SundaeSwap Yield Farming v2 contracts (Dapps)
README
# sundae-yield-v2
Infrastructure for SundaeSwap Yield Farming v2## Organization
```
builder/ - Small deno program to build sample lock / unlock transactions
calculation/ - given the inputs for a day, calculate the rewards calculation
contracts/ - Any on-chain smart contracts used by Yield Farming
types/ - a set of go types useful in implementing yield farming calculations and infrastructure
```