Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xclandestine/uniswap-v2-vyper
An educational rewrite of Uniswap V2 in Vyper using Foundry.
https://github.com/0xclandestine/uniswap-v2-vyper
ethereum solidity uniswap-v2 vyper
Last synced: about 5 hours ago
JSON representation
An educational rewrite of Uniswap V2 in Vyper using Foundry.
- Host: GitHub
- URL: https://github.com/0xclandestine/uniswap-v2-vyper
- Owner: 0xClandestine
- License: gpl-3.0
- Created: 2022-06-10T10:34:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T06:39:44.000Z (over 2 years ago)
- Last Synced: 2023-05-02T23:22:09.509Z (almost 2 years ago)
- Topics: ethereum, solidity, uniswap-v2, vyper
- Language: Solidity
- Homepage:
- Size: 644 KB
- Stars: 35
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Uniswap V2 Vyper
An educational rewrite of Uniswap V2 in Vyper using Foundry.## Dependencies
- [Foundry](https://github.com/gakonst/foundry)
- [Vyper](https://vyper.readthedocs.io/en/stable/installing-vyper.html)## Acknowledgements
*These contracts were inspired by or directly modified from many sources, primarily:*
- [Foundry-Vyper](https://github.com/0xKitsune/Foundry-Vyper)
- [Uniswap V2](https://github.com/Uniswap/v2-core)## Disclaimer
_These smart contracts are being provided as is. No guarantee, representation or warranty is being made, express or implied, as to the safety or correctness of the user interface or the smart contracts. They have not been audited and as such there can be no assurance they will work as intended, and users may experience delays, failures, errors, omissions, loss of transmitted information or loss of funds. The creators are not liable for any of the foregoing. Users should proceed with caution and use at their own risk._