Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supernovahs/solib-
Ethereum Public good solely focused on providing Efficient libraries for Solidity developers.
https://github.com/supernovahs/solib-
Last synced: 24 days ago
JSON representation
Ethereum Public good solely focused on providing Efficient libraries for Solidity developers.
- Host: GitHub
- URL: https://github.com/supernovahs/solib-
- Owner: supernovahs
- License: mit
- Created: 2022-04-27T11:47:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T06:59:13.000Z (over 2 years ago)
- Last Synced: 2024-10-29T17:56:36.110Z (2 months ago)
- Language: Solidity
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solib-
Ethereum Public good solely focused on providing value for Solidity developers.## Audit
Points below are referenced by studying [code4arena's](https://code4rena.com/) previous contest.
- Is the slippage hardcoded?
- Are USDC, UST's value hardcoded to 1$? The protocol may not be able to liquidate their users in a black swan event, and also allow arbitrage parallely.
- Can the Admin be changed in one transaction? There should be 2 txs , one to set new address and other for new address to claim ownership## Want to Contribute?
Head over to the [issue](https://github.com/supernovahs/Solib-/issues) section to raise questions or suggestions.
PRs are welcome .