initial commit
Showing
+1641 -0
.gitignore
0 → 100644
README.md
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "client", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@ethersproject/address": "^5.1.0", | ||
"@ethersproject/contracts": "^5.1.1", | ||
"@ethersproject/providers": "^5.1.2", | ||
"@ethersproject/solidity": "^5.1.0", | ||
"@testing-library/jest-dom": "^5.11.4", | ||
"@testing-library/react": "^11.1.0", | ||
"@testing-library/user-event": "^12.1.10", | ||
"@uniswap/sdk": "^3.0.3", | ||
"bn": "^1.0.5", | ||
"moment": "^2.29.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-scripts": "4.0.3", | ||
"react-toastify": "^7.0.4", | ||
"typeface-roboto": "^1.1.13", | ||
"web-vitals": "^1.0.1", | ||
"web3": "^1.4.0" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"react-app", | ||
"react-app/jest" | ||
] | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
} | ||
} |
public/favicon.ico
0 → 100644
+ 0
- 0
3.78 KB
public/index.html
0 → 100644
public/logo192.png
0 → 100644
+ 0
- 0
5.22 KB
public/logo512.png
0 → 100644
+ 0
- 0
9.44 KB
public/manifest.json
0 → 100644
public/robots.txt
0 → 100644
src/App.css
0 → 100644
src/App.js
0 → 100644
This diff is collapsed.
src/App.test.js
0 → 100644
src/abis/localoracle_abi.js
0 → 100644
src/abis/nbcrowdsale_abi.js
0 → 100644
src/abis/nboracle_abi.js
0 → 100644
src/abis/nbtoken_abi.js
0 → 100644
src/index.css
0 → 100644
src/index.js
0 → 100644
src/logo.svg
0 → 100644