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

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.

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.