this repo has no description

write about atproto and atproto-basic-concepts

kacaii.dev 8d23eb49 bd99135d

verified
+26
+13
atproto-basic-concepts.md
··· 1 + [[atproto]] 2 + 3 + ## Identity 4 + 5 + Users have permanent decentralized identifiers ([DIDs](did.md)) for their accounts. 6 + Identities include a reference to the current hosting provider and 7 + criptographic keys. 8 + 9 + ```txt 10 + @alice.com Domain names 11 + at://alice.com URLs 12 + at://did:plc:123..yz/ Crytographic URLs 13 + ```
+9
atproto.md
··· 1 + > Stands for **Authenticated Transfer Protocol** 2 + 3 + It creates a standard format for user identity, allowing apps to interoperate 4 + and users to move across them freely. 5 + 6 + ## Resources 7 + 8 + https://atproto.com/guides/overview 9 + https://docs.bsky.app/docs/advanced-guides/atproto
+4
did.md
··· 1 + [[atproto]] 2 + 3 + The AT Protocol uses **Decentralized Identifiers** as persistent, 4 + long-term account identifiers.
switching-on-errors.md zig-switching-on-errors.md