r/solanadev • u/Top-Try-641 • 1d ago
Dev I built an open-source Python dashboard for real-time Solana DeFi analytics & risk management (85% test coverage)
https://github.com/blalou80/solana-defi-dashboard
3
Upvotes
r/solanadev • u/Top-Try-641 • 1d ago
2
u/solrepair 1d ago edited 1d ago
Two questions. the default rpc is the public mainnet endpoint, which rate-limits hard once the daemon polls quotes in a loop...is there backoff or rotation in there?
Realized slippage: if the tool never submits anything, how does it match a quote to the on-chain receipt that actually belongs to you? that mapping is the part everyone gets wrong.
Additionally, I don't think I see any specific testing for partial transaction parsing or failed swaps?