Identity #20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need an identity system, at least to link on chain public keys with Mycelium addresses, for Hero. Can do more later too.
Implementing on: https://forge.ourworld.tf/geomind_research/hero_ledger/src/branch/identity
Identities have two parts:
For the initial implementation, public addresses are public to everyone, and private addresses are visible only via an authenticated call.
However, we can go a step further link the logic for public addresses with circles, so that even the public address isn't visible unless there is a shared circle. This would make lookups much more expensive though, because we would need to check all circles for shared membership.