threefoldtecharchive / tfgrid_dashboard

unified portal + explorer
1 stars 3 forks source link

Update twin with public key if it doesn't have it #545

Closed AhmedHanafy725 closed 1 year ago

AhmedHanafy725 commented 1 year ago

the idea is to encrypt the messages that will go over RMB. so the dashboard should offer to update the twin with a valid public key while updating it with the relay as well.

should be similar to https://github.com/threefoldtech/rmb-sdk-ts/issues/30

xmonader commented 1 year ago

blocked on https://github.com/threefoldtech/rmb-sdk-ts/pull/20

AhmedHanafy725 commented 1 year ago

this won't be possible to be done on the dashboard as it requires the mnemonics to generate the public key. so we will keep it null and when the mnemonics got used in any rmb client, it will be updated with the public key automatically