You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building compounder.fi, a protocol to help liquidity providers earn compound interest (by reinvesting unclaimed fees). I've been trying to integrate with you and your partner's platforms but it is ridiculously hard to do so.
Docs are almost nonexistent (besides the statically generated ones from hardhat and the minimal ones on the website)
Implementations are different across protocols (ran into an issue where two globalState functions returned entirely different things)
protocols don't provide docs either, and don't even provide links to their deployed contracts -> required me to manually dig on chain to find them
nonfungiblepositionmanager is the same one as uniswap's in this repo but different in the deployed contracts
quickswap literally deploys the CONTRACT TESTS when they create2 their pools
Algebra is an awesome protocol, but the lack of docs and standards makes it really hard to work with.
The text was updated successfully, but these errors were encountered:
I'm building compounder.fi, a protocol to help liquidity providers earn compound interest (by reinvesting unclaimed fees). I've been trying to integrate with you and your partner's platforms but it is ridiculously hard to do so.
globalState
functions returned entirely different things)Algebra is an awesome protocol, but the lack of docs and standards makes it really hard to work with.
The text was updated successfully, but these errors were encountered: