Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update frontend (WIP) #2

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Ethereum <-> Parity Substrate Blockchain bridge for self transfers of ERC20 repr
1. Make sure you have Ethereum and Substrate extensions. Typical choices would be:
<br>a. `Metamask` (or any other Ethereum extension) and switch it to `Kovan`
<br>b. `polkadot{.js}`
2. Go [here](https://polkadai-bridge.akropolis.io/)
2. Go [here](https://chainbridge.akropolis.io/)
3. Connect with both extensions(two pop-up windows should appear)
4. You will see that your balances from extensions should appear on the page.
5. Transfer some Kovan test DAI to our Substrate-based chain.
Expand Down
2 changes: 1 addition & 1 deletion frontend/assets/ghPageRoot/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
polkadai-bridge.akropolis.io
chainbridge.akropolis.io
3,198 changes: 1,516 additions & 1,682 deletions frontend/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"@material-ui/core": "^4.6.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/styles": "^4.6.0",
"@polkadot/api": "^0.92.1",
"@polkadot/api": "^1.11.2",
"@polkadot/extension-dapp": "^0.11.1",
"@polkadot/extension-inject": "^0.11.1",
"@polkadot/react-identicon": "^0.46.1",
"@polkadot/types": "^0.92.1",
"@polkadot/util": "^1.5.1",
"@polkadot/util-crypto": "^1.5.1",
"@polkadot/types": "^1.11.2",
"@polkadot/util": "^2.8.1",
"@polkadot/util-crypto": "^2.8.1",
"@types/react-swipeable-views": "^0.13.0",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
Expand Down Expand Up @@ -67,7 +67,7 @@
"react-swipeable-views": "^0.13.3",
"react-text-mask": "^5.4.3",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.2",
"rxjs": "^6.5.5",
"store": "^2.0.12",
"subscriptions-transport-ws": "^0.9.16",
"to-camel-case": "^1.0.0",
Expand Down Expand Up @@ -125,7 +125,7 @@
"ts-jest": "^24.1.0",
"ts-loader": "^6.2.1",
"ts-node": "^8.4.1",
"typescript": "^3.7.2",
"typescript": "^3.8.3",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
Expand Down
Loading