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 has been archived by the owner on Jan 31, 2024. It is now read-only.
We are not storing the mnemonic for security purposes, but we can encrypt it using the user-password.
This could be the default option, and not storing the mnemonic could be an advanced option.
If we decide to store the mnemonic, we should be able connect it to a wallet
Feature: Connect Wallet details via the Browser ExtensionI want to be able to fetch my wallet details through my wallet browser extension.
The desktop application should navigate to open my wallet on the browser, which should
be able to sync the wallet details it needs. For security purpose, we want protect those
details and not store it.
Example:
As a Desktop App User
Given I have a wallet extension
And I want to fetch the details
When I click the connect button
Then It should open up a browser
And ask to fetch my wallet details.
The text was updated successfully, but these errors were encountered:
Previously, we were storing the mnemonic of the farmer's signing key.
But now, we are only dealing with reward address on the frontend and we do not care about farmer's signing key/s.
So, this issue is about :
connecting the seed phrase generated on the frontend, to a wallet application.
P.S:
We should also think about importing the reward address from a wallet via a better integration in a separate issue
achiurizo
changed the title
Connect Reward Address Seed Phrase to the wallet
Allow Desktop to connect with Browser Wallet Details (key, phrases)
Aug 2, 2022
achiurizo
changed the title
Allow Desktop to connect with Browser Wallet Details (key, phrases)
Connect Wallet details via the Browser Extension (key, phrases)
Aug 9, 2022
We are not storing the mnemonic for security purposes, but we can encrypt it using the user-password.
This could be the default option, and not storing the mnemonic could be an advanced option.
If we decide to store the mnemonic, we should be able connect it to a wallet
The text was updated successfully, but these errors were encountered: