Update broken Web3 Secret Storage Definition link in Clef README

This commit is contained in:
MozirDmitriy 2025-06-03 19:33:33 +03:00 committed by GitHub
parent 778430a689
commit ee3580bdf5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -150,7 +150,7 @@ All hex encoded values must be prefixed with `0x`.
#### Create new password protected account
The signer will generate a new private key, encrypt it according to [web3 keystore spec](https://github.com/ethereum/wiki/wiki/Web3-Secret-Storage-Definition) and store it in the keystore directory.
The signer will generate a new private key, encrypt it according to [web3 keystore spec](https://docs.quadrans.io/development/web3-secrets-storage-definition.html) and store it in the keystore directory.
The client is responsible for creating a backup of the keystore. If the keystore is lost there is no method of retrieving lost accounts.
#### Arguments