Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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._