Skip to content

Commit 3467883

Browse files
authored
new demo (#44)
1 parent d8aa548 commit 3467883

File tree

6 files changed

+811
-3
lines changed

6 files changed

+811
-3
lines changed

apps/web-demo/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
"@metamask/mobile-wallet-protocol-core": "workspace:^",
1212
"@metamask/mobile-wallet-protocol-dapp-client": "workspace:^",
1313
"@metamask/mobile-wallet-protocol-wallet-client": "workspace:^",
14+
"@types/pako": "^2.0.4",
1415
"@types/qrcode": "^1.5.5",
1516
"eciesjs": "^0.4.15",
1617
"next": "15.4.1",
18+
"pako": "^2.1.0",
1719
"qrcode": "^1.5.4",
1820
"react": "19.1.0",
1921
"react-dom": "19.1.0"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import MetaMaskMobileDemo from "@/components/MetaMaskMobileDemo";
2+
3+
export default function MetaMaskMobileDemoPage() {
4+
return <MetaMaskMobileDemo />;
5+
}

0 commit comments

Comments
 (0)