Skip to content

Commit

Permalink
Merge pull request #134 from gnosisguild/connect-site
Browse files Browse the repository at this point in the history
add minimal site to run under connect.pilot.gnosisguild.org
  • Loading branch information
jfschwarz authored Aug 29, 2024
2 parents 0c4e374 + e9ee5c5 commit b2843d9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions connect/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This is a minimal web app running under https://connect.pilot.gnosisguild.org to allow connecting to the user's wallet extension.

It communicates with the Pilot extension side panel through `window.postMessage`.
10 changes: 10 additions & 0 deletions connect/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<meta
name="description"
content="Simulate dApp interactions and record transactions"
/>
<title>Zodiac Pilot</title>
</head>
<body></body>

0 comments on commit b2843d9

Please sign in to comment.