docs: Fix typo in Clef/Instructions (#25389)
Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
This commit is contained in:
parent
3faacc2e61
commit
47e9f866b7
|
@ -9,7 +9,7 @@ sort_key: A
|
||||||
## What is Clef?
|
## What is Clef?
|
||||||
|
|
||||||
Clef is a tool for **signing transactions and data** in a secure local environment.
|
Clef is a tool for **signing transactions and data** in a secure local environment.
|
||||||
t is intended to become a more composable and secure replacement for Geth's built-in
|
It is intended to become a more composable and secure replacement for Geth's built-in
|
||||||
account management. Clef decouples key management from Geth itself, meaning it can be
|
account management. Clef decouples key management from Geth itself, meaning it can be
|
||||||
used as an independent, standalone key management and signing application, or it
|
used as an independent, standalone key management and signing application, or it
|
||||||
can be integrated into Geth. This provides a more flexible modular tool compared to
|
can be integrated into Geth. This provides a more flexible modular tool compared to
|
||||||
|
@ -205,4 +205,3 @@ as a backend account manager and signer for Geth or as a completely separate sta
|
||||||
modular and composable it can be used as a component in decentralized applications or to sign data and
|
modular and composable it can be used as a component in decentralized applications or to sign data and
|
||||||
transactions in untrusted environments. Clef is intended to eventually replace Geth's built-in account
|
transactions in untrusted environments. Clef is intended to eventually replace Geth's built-in account
|
||||||
management tools.
|
management tools.
|
||||||
|
|
Loading…
Reference in New Issue