Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evmcheb/univ2-wasm
https://github.com/evmcheb/univ2-wasm
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/evmcheb/univ2-wasm
- Owner: evmcheb
- Created: 2023-09-01T08:42:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-01T08:55:05.000Z (about 1 year ago)
- Last Synced: 2024-07-08T11:34:21.259Z (4 months ago)
- Language: Rust
- Size: 367 KB
- Stars: 21
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: licenses/Apache-2.0
Awesome Lists containing this project
- awesome-stylus - Uniswap V2 In Wasm - A Uniswap v2 proof of concept implementation (Examples / Examples built with cargo-stylus v0.1.x)
README
# Uniswap V2 implementation in WASM
A PoC Uniswap V2 implementation for Arbitrum Stylus.
The main features are implmeneted: provide/remove liquidity and swap.
- The liq tokens don't support `permit` due to lack of `ecrecover` in Stylus (at the time of writing).- `UniswapV2Pair` is implemented (no Factory pattern)
- No fee-switch supportWASM smart contracts are very cool, checkout the [Arbitrum Stylus docs](https://github.com/OffchainLabs/stylus)
# Contact
[@evmcheb](https://twitter.com/evmcheb)