first commit
parents
Showing
package.json
0 → 100644
| { | |||
| "name": "hello-world", | |||
| "version": "0.1.0", | |||
| "private": true, | |||
| "dependencies": { | |||
| "ramda": "^0.25.0", | |||
| "react": "^16.0.0", | |||
| "react-dom": "^16.0.0", | |||
| "react-scripts": "1.0.14", | |||
| "web3": "^1.0.0-beta.23" | |||
| }, | |||
| "scripts": { | |||
| "start": "react-scripts start", | |||
| "build": "react-scripts build", | |||
| "test": "react-scripts test --env=jsdom", | |||
| "eject": "react-scripts eject" | |||
| } | |||
| } |
public/flavicon.ico
0 → 100644
3.78 KB
public/index.html
0 → 100644
public/manifest.json
0 → 100644
src/App.css
0 → 100644
src/App.js
0 → 100644
This diff is collapsed.
src/images/background.jpg
0 → 100644
941 KB
src/images/ethLogo.png
0 → 100644
72.5 KB
This diff is collapsed.
src/images/unipegLOGO.png
0 → 100644
56.6 KB
src/index.css
0 → 100644
src/index.js
0 → 100644
src/logo.svg
0 → 100644
src/registerServiceWorker.js
0 → 100644