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
At the moment, the solido CLI does not integrate with any software or hardware wallet; it reads a key pair from ~/.config/solana/id.json (or an alternative file if desired) and it uses that to sign. The associated account pays for the transaction fees and making accounts rent-exempt.
When we are going to set up the multisig, I suppose that we don’t want to use a key pair stored in a file. @malikankit , @mkaczanowski, do you know what we will use instead? The Solana CLI does support hardware wallets, so I think it should be possible to support this in solido as well.
The text was updated successfully, but these errors were encountered:
At the moment, the
solido
CLI does not integrate with any software or hardware wallet; it reads a key pair from~/.config/solana/id.json
(or an alternative file if desired) and it uses that to sign. The associated account pays for the transaction fees and making accounts rent-exempt.When we are going to set up the multisig, I suppose that we don’t want to use a key pair stored in a file. @malikankit , @mkaczanowski, do you know what we will use instead? The Solana CLI does support hardware wallets, so I think it should be possible to support this in
solido
as well.The text was updated successfully, but these errors were encountered: