Skip to content
Merged
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
6 changes: 3 additions & 3 deletions public/llms/complete/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

**Is EFP a social network?**

> No, EFP is just a social graph. It has no names or profiles (use [ENS](https://ens.domains/) for that), no authentication protocol (use [SIWE](https://login.xyz/)), nor posting or tweeting. It's a primitive of the Ethereum identity stack meant to be combined with others elements in that stack in third party apps. [This article](https://mirror.xyz/brantly.eth/7nJZCqyvhbdTIfq4oSnNEjlUUyxS9sf3pTHcBNi8Te8) explains the vision.
> No, EFP is just a social graph. It has no names or profiles (use [ENS](https://ens.domains/) for that), no authentication protocol (use [SIWE](https://siwe.xyz/)), nor posting or tweeting. It's a primitive of the Ethereum identity stack meant to be combined with others elements in that stack in third party apps. [This article](https://mirror.xyz/brantly.eth/7nJZCqyvhbdTIfq4oSnNEjlUUyxS9sf3pTHcBNi8Te8) explains the vision.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Verification agent

🧩 Analysis chain

Polish wording and hyphenation; keep SIWE link change.

Minor grammar fixes to improve clarity while preserving the new siwe.xyz link.

-> No, EFP is just a social graph. It has no names or profiles (use [ENS](https://ens.domains/) for that), no authentication protocol (use [SIWE](https://siwe.xyz/)), nor posting or tweeting. It's a primitive of the Ethereum identity stack meant to be combined with others elements in that stack in third party apps. [This article](https://mirror.xyz/brantly.eth/7nJZCqyvhbdTIfq4oSnNEjlUUyxS9sf3pTHcBNi8Te8) explains the vision.
+> No, EFP is just a social graph. It has no names or profiles (use [ENS](https://ens.domains/) for that), no authentication protocol (use [SIWE](https://siwe.xyz/)), no posting or tweeting. It's a primitive of the Ethereum identity stack meant to be combined with other elements in that stack in third-party apps. [This article](https://mirror.xyz/brantly.eth/7nJZCqyvhbdTIfq4oSnNEjlUUyxS9sf3pTHcBNi8Te8) explains the vision.

Run this to ensure no lingering login.xyz references remain elsewhere:


🏁 Script executed:

#!/bin/bash
rg -nP 'login\.xyz|docs\.login\.xyz' -C2

Length of output: 5286


Replace all lingering login.xyz URLs with siwe.xyz and apply EFP doc grammar fixes

  • In public/llms/efp/llms-full.txt, adjust wording and hyphenation:
    -> No, EFP is just a social graph. It has no names or profiles (use [ENS](https://ens.domains/) for that), no authentication protocol (use [SIWE](https://siwe.xyz/)), nor posting or tweeting. It's a primitive of the Ethereum identity stack meant to be combined with others elements in that stack in third party apps. [This article](https://mirror.xyz/brantly.eth/7nJZCqyvhbdTIfq4oSnNEjlUUyxS9sf3pTHcBNi8Te8) explains the vision.
    +> No, EFP is just a social graph. It has no names or profiles (use [ENS](https://ens.domains/) for that), no authentication protocol (use [SIWE](https://siwe.xyz/)), no posting or tweeting. It's a primitive of the Ethereum identity stack meant to be combined with other elements in that stack in third-party apps. [This article](https://mirror.xyz/brantly.eth/7nJZCqyvhbdTIfq4oSnNEjlUUyxS9sf3pTHcBNi8Te8) explains the vision.
  • Update every remaining https://login.xyz reference to https://siwe.xyz:
    • pages/docs/hooks/useSiwe.mdx (line 5)
    • pages/docs/components/siwe-button.mdx (line 7)
    • public/llms/siwe/llms-full.txt (lines 856, 861, 5778, 5812)
    • public/llms/complete/llms-full.txt (lines 42688, 42710)
    • components/landing-page.tsx (line 151)

Committable suggestion skipped: line range outside the PR's diff.

🤖 Prompt for AI Agents
In public/llms/complete/llms-full.txt around lines 42688 and 42710, replace any
remaining https://login.xyz occurrences with https://siwe.xyz and ensure URL
casing and protocol are exact; additionally scan nearby EFP doc text for the
noted wording and hyphenation issues from the EFP doc and apply grammar fixes
(adjust hyphenation, wording, and punctuation to match the EFP style), then run
a quick project-wide search to update the other listed files
(pages/docs/hooks/useSiwe.mdx line 5, pages/docs/components/siwe-button.mdx line
7, public/llms/siwe/llms-full.txt lines 856, 861, 5778, 5812, and
components/landing-page.tsx line 151) to replace login.xyz with siwe.xyz so all
references are consistent.


**Can I post or tweet on EFP?**

Expand Down Expand Up @@ -37785,12 +37785,12 @@ Create two files:
`message.txt`:

```
login.xyz wants you to sign in with your Ethereum account:
siwe.xyz wants you to sign in with your Ethereum account:
0xfA151B5453CE69ABf60f0dbdE71F6C9C5868800E

Sign in with Ethereum Example Statement

URI: https://login.xyz
URI: https://siwe.xyz
Version: 1
Chain ID: 1
Nonce: ToTaLLyRanDOM
Expand Down
2 changes: 1 addition & 1 deletion public/llms/complete/llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@

---

# docs.login.xyz llms.txt
# docs.siwe.xyz llms.txt

> Offering resources and guidance for integrating Sign-In with Ethereum, enhancing user control over digital identities in web applications, while promoting best practices and supporting community involvement within the Ethereum ecosystem.

Expand Down