Add UX features
Detect all metamask states UX for approve transactions UX for getting more ETH from faucet UX for submitted transactions Toggle about
Showing
... | @@ -8,6 +8,7 @@ | ... | @@ -8,6 +8,7 @@ |
"react-dom": "^16.2.0", | "react-dom": "^16.2.0", | ||
"react-helmet": "^5.2.0", | "react-helmet": "^5.2.0", | ||
"react-scripts": "1.1.0", | "react-scripts": "1.1.0", | ||
"react-scroll-to-component": "^1.0.2", | |||
"react-select": "^1.2.1", | "react-select": "^1.2.1", | ||
"web3": "1.0.0-beta.22" | "web3": "1.0.0-beta.22" | ||
}, | }, | ||
... | @@ -16,7 +17,7 @@ | ... | @@ -16,7 +17,7 @@ |
"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" | "deploy": "npm run build&&gh-pages -d build" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"gh-pages": "^1.1.0" | "gh-pages": "^1.1.0" | ||
... | ... |
Please register or sign in to comment