-
Hello dear Subconscious team! Really excited to see what you are building. However, i didn't get how you convert @bob -> PubKey -> CID if @bob is not in the current user's Address Book . Here is the full alg as i understood it: User has the last CID of My Sphere.
I didn't get what happens during step 3. Please help :-) Also, question #2: Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @YodaDefi thanks for watching the video, and for asking questions! The most correct answer to your question is: undefined behavior (for now). The most likely thing we will do is: the link simply doesn't go anywhere (vaguely the equivalent of a 404 on the hypertext web). In other words: you need a name to occur in your address book in order to resolve a public key, and you need a public key in order to find the sphere of another user.
Yes, and this is by design of the "pet name" system (additional reading). However, we also intend to demonstrate (eventually) how to bridge to global namespaces using this system. We will demonstrate bridging to both DNS and ENS, and probably others. To sketch this out a little bit: you'll be able to add an entry like "eth" to your address book that resolves to the public key of a bridge. By sub-addressing the bridge's address book, you can address into the ENS namespace. So, |
Beta Was this translation helpful? Give feedback.
Hey @YodaDefi thanks for watching the video, and for asking questions!
The most correct answer to your question is: undefined behavior (for now). The most likely thing we will do is: the link simply doesn't go anywhere (vaguely the equivalent of a 404 on the hypertext web).
In other words: you need a name to occur in your address book in order to resolve a public key, and you need a public key in order to find the sphere of another user.
Yes, and this is by design of the "pet name" system (additional reading).
However, we also intend to demonstrate (eventually) how to bridge t…