solana/docs/src/paper-wallet
Dan Albert 24354ccd6a
Clean up wallet URL paths (#9667)
automerge
2020-04-22 16:48:21 -07:00
..
README.md Delete broken link (#8950) 2020-03-18 17:49:21 -07:00
paper-wallet-usage.md Clean up wallet URL paths (#9667) 2020-04-22 16:48:21 -07:00

README.md

Paper Wallet

This document describes how to create and use a paper wallet with the Solana CLI tools.

{% hint style="info" %} We do not intend to advise on how to securely create or manage paper wallets. Please research the security concerns carefully. {% endhint %}

Overview

Solana provides a key generation tool to derive keys from BIP39 compliant seed phrases. Solana CLI commands for running a validator and staking tokens all support keypair input via seed phrases.

To learn more about the BIP39 standard, visit the Bitcoin BIPs Github repository here.

{% page-ref page="usage.md" %}