Files
solana/book/src/paper-wallet/usage.md

12 lines
490 B
Markdown
Raw Normal View History

# Paper Wallet Usage
Solana commands can be run without ever saving a keypair to disk on a machine. If avoiding writing a private key to disk is a security concern of yours, you've come to the right place.
{% hint style="warning" %}
Even using this secure input method, it's still possible that a private key gets written to disk by unencrypted memory swaps. It is the user's responsibility to protect against this scenario.
{% endhint %}
---
{% page-ref page="api-reference/cli.md" %}