From e9ee5c5b66a9afffd26e9e45e019c007cdd7f5ee Mon Sep 17 00:00:00 2001 From: Jan-Felix Date: Thu, 29 Aug 2024 15:39:47 +0200 Subject: [PATCH] add minimal site to run under connect.pilot.gnosisguild.org --- connect/README.md | 3 +++ connect/index.html | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100644 connect/README.md create mode 100644 connect/index.html diff --git a/connect/README.md b/connect/README.md new file mode 100644 index 00000000..d0c87a7b --- /dev/null +++ b/connect/README.md @@ -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`. diff --git a/connect/index.html b/connect/index.html new file mode 100644 index 00000000..dcdf2d30 --- /dev/null +++ b/connect/index.html @@ -0,0 +1,10 @@ + + + + + Zodiac Pilot + +