Skip to content
This repository was archived by the owner on Feb 18, 2020. It is now read-only.

gnosis/dx-uniswap-arbitrage

Repository files navigation

Arbitrage DutchX/Uniswap

Contract that arbitrages between:

Setup

# Install dependencies
yarn

# Compile contracts and inject networks
yarn restore

# Check out the contract addresses
yarn networks

Create a file .env using .env.example as your template.

# Create env file
cp .env.example .env

Run

yarn lint:watch

Test

truffle develop
yarn test

Deploy

# Local: Run ganache (rpc) in one tab, and then migrate
yarn rpc
yarn migrate

# Rinkeby
yarn migrate --network rinkeby

# Mainnet
yarn mainnet --network mainnet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors