0xb00siff / arbitrage

DutchX and Uniswap atomic arbitrage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arbitrage DutchX/Uniswap

Install

git clone git@github.com:okwme/arbitrage.git
cd arbitrage
yarn

or 

// then create a .env file that looks like this:

TRUFFLE_MNEMONIC=candy maple cake sugar pudding cream honey rich smooth crumble sweet treat
GANACHE_MNEMONIC=grid voyage cream cry fence load stove sort grief fuel room save
TESTNET_MNEMONIC=a twelve word mnemonic phrase that works with some test network buddy
INFURA_API_KEY=yOUrInfURaKEy

Run

yarn lint:watch

Test

truffle develop
yarn test

Deploy

yarn migrate
or
yarn local
or
yarn rinkeby
or
yarn mainnet

About

DutchX and Uniswap atomic arbitrage


Languages

Language:JavaScript 50.9%Language:Solidity 49.1%