Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SundaeSwap-finance/sundae-yield-v2
Infrastructure for SundaeSwap Yield Farming v2
https://github.com/SundaeSwap-finance/sundae-yield-v2
Last synced: about 1 month 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-08T18:40:35.000Z (3 months ago)
- Last Synced: 2024-09-09T18:59:00.621Z (3 months ago)
- Language: Go
- Size: 183 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```