Initial design & interactions
Began porting some function and state names to more generic descriptors like inputToken & outputToken thats align more closely with the proposed UX model in this design. Needs discussion.
Showing
.gitignore
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package-lock.json
deleted
100644 → 0
This source diff could not be displayed because it is too large. You can view the blob instead.
{ | { | ||
"name": "uniswap", | "name": "uniswap", | ||
"homepage": ".", | |||
"version": "0.1.0", | "version": "0.1.0", | ||
"private": true, | "private": true, | ||
"dependencies": { | "dependencies": { | ||
"metamask-logo": "^2.1.3", | "react": "^16.2.0", | ||
"ramda": "^0.25.0", | "react-dom": "^16.2.0", | ||
"react": "^16.1.1", | "react-helmet": "^5.2.0", | ||
"react-dom": "^16.1.1", | "react-scripts": "1.1.0", | ||
"react-scripts": "1.0.14", | "react-select": "^1.2.1", | ||
"react-web3": "^0.4.3", | "react-web3": "^0.4.4", | ||
"web3": "^1.0.0-beta.26" | "web3": "1.0.0-beta.18" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start": "react-scripts start", | "start": "react-scripts start", | ||
"build": "react-scripts build", | "build": "react-scripts build", | ||
"test": "react-scripts test --env=jsdom", | "test": "react-scripts test --env=jsdom", | ||
"eject": "react-scripts eject", | "eject": "react-scripts eject" | ||
"deploy": "npm run build&&gh-pages -d build" | |||
}, | |||
"devDependencies": { | |||
"gh-pages": "^1.0.0" | |||
} | } | ||
} | } |
public/CNAME
deleted
100644 → 0
public/🦄.png
0 → 100644
13.7 KB
src/App.test.js
0 → 100644
src/components/Head.js
0 → 100644
File deleted
src/helpers/abi.js
0 → 100644
941 KB
72.5 KB
1.66 MB
56.6 KB
src/images/🦄.png
0 → 100644
13.7 KB
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.