You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2025. It is now read-only.
As a user, I want to have a functionality for connecting my devices and applications to the Webtree network.
It should be a similar principle as we have in the friend invite functionality.
From the new app/device we get the public key and send it to our device, which is already connected to the network. This device uses the public key to encode an invitation.
An invitation should contain:
multiaddress of our node
invitation code
a public key of our device in the network
Invitation is decoded by the private key of our new device\app and initialize the connection, sending the message, encoded by public key of the connected device.