https://github.com/oasislabs/uniswap
Uniswap vyper contracts made to deploy to Oasis network.
https://github.com/oasislabs/uniswap
Last synced: 3 months ago
JSON representation
Uniswap vyper contracts made to deploy to Oasis network.
- Host: GitHub
- URL: https://github.com/oasislabs/uniswap
- Owner: oasislabs
- License: gpl-3.0
- Created: 2019-09-09T20:39:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-20T23:06:15.000Z (over 2 years ago)
- Last Synced: 2025-04-02T11:36:21.362Z (9 months ago)
- Language: Python
- Size: 145 KB
- Stars: 5
- Watchers: 18
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Uniswap on Oasis
Check out our [Deploying Uniswap Contracts Tutorial](https://docs.oasis.dev/tutorials/deploy-vyper.html)!
## Quickstart
If you have the Oasis Toolchain installed and just want to deploy right away:
1. Clone this repo.
2. Install dependencies with `npm install`.
3. Run a local oasis network with `oasis chain` in a separate terminal window.
4. Run `node deploy-uniswap` to deploy the contracts.