Skip to content

Commit

Permalink
00599 Smart contract verification UI/UX implemented with the native e…
Browse files Browse the repository at this point in the history
…xplorer experience (#758)

Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
Signed-off-by: Simon Viénot <simon.vienot@icloud.com>
Co-authored-by: Simon Viénot <simon.vienot@icloud.com>
  • Loading branch information
ericleponner and svienot authored Nov 20, 2023
1 parent 84eafc6 commit 7556217
Show file tree
Hide file tree
Showing 50 changed files with 5,471 additions and 344 deletions.
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
### The variables set in this file will be taken into account at build time.
###

### When set to 'true', this variable will enable contract verification UI phase 2
VITE_APP_ENABLE_VERIFICATION_UI_PHASE2=true

### When set to 'true', this variable will enable 'Metamask' support
VITE_APP_ENABLE_METAMASK=true

Expand Down
91 changes: 90 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"crypto-js": "4.1.1",
"ethers": "^5.7.2",
"hashconnect": "^0.1.10",
"solc": "^0.8.21",
"vue": "^3.3.4",
"vue-router": "^4.2.5",
"web3-utils": "1.10.0"
Expand All @@ -52,6 +53,7 @@
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-vue": "^4.4.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/web-worker": "^0.34.6",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
Expand All @@ -69,6 +71,7 @@
"typescript": "~5.0.4",
"vite": "^4.5.0",
"vite-plugin-node-polyfills": "^0.9.0",
"vite-plugin-require-transform": "^1.0.21",
"vite-plugin-rewrite-all": "^1.0.1",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.22"
Expand Down
4 changes: 4 additions & 0 deletions src/assets/file-add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/json-file-grey.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/json-file.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7556217

Please sign in to comment.