-
Notifications
You must be signed in to change notification settings - Fork 389
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
docs(gnoconnect): add specs #3615
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: moul <94029+moul@users.noreply.github.com>
🛠 PR Checks Summary🔴 Changes to 'docs' folder must be reviewed/authored by at least one devrel and one tech-staff Manual Checks (for Reviewers):
Read More🤖 This bot helps streamline PR reviews by verifying automated checks and providing guidance for contributors and reviewers. ✅ Automated Checks (for Contributors):🟢 Maintainers must be able to edit this pull request (more info) ☑️ Contributor Actions:
☑️ Reviewer Actions:
📚 Resources:Debug
|
FYI, I believe that CORS headers and WalletConnect (from Ethereum) are a good source of inspiration. I also wanted to share a few details regarding clients:
|
Pasting here for reference: |
To continue the work in #3609, which unlocks the @gnolang/onbloc team to proceed with #3610, I’m proposing some initial and more formal specifications for
gnoconnect
.One key improvement is enabling support for non-Gnoweb instances that wish to implement
gnoconnect
for a domain name different from the current one. For example, a website likeexample.com
might include links such ashttps://foo.gno.land/r/bar$help&func=Baz
and would need a way to declarefoo.gno.land
as a valid Gnoland instance.Another extension in the spec is the proposal of an HTTP header alternative, complementing the existing HTML metadata. This ensures compatibility with static setups like GitHub Pages or IPFS, which might not support dynamic HTTP headers, while still allowing them to specify
gnoconnect
details.I suggest keeping this PR open to refine and challenge these ideas while the onbloc team works on their first integration. This will give us the opportunity to iterate and improve as needed. Once this initial integration progresses, we can enhance the work on Gnoweb to fully support the latest version of these specifications.
cc @gnolang/onbloc for their work on Adena
cc @gfanton for his work on Gnobro