Offline
Every DeSo wallet consists of a public/private keypair generated
using the same key derivation standard used by Bitcoin, namely
BIP39
under the under the m/44'/0'/0'/0/n
derivation path.
Because of this, you can verify that the wallet is behaving as it should using a standard tool like the Ian Coleman mnemonic generator. To do this, simply click "show entropy details" on Ian Coleman, enter the entropy hex you see below into Ian Coleman, and verify that the seed phrases match.
The BIP39 standard very precisely defines how entropy bytes are
converted to a seed phrase, and how that seed phrase is converted
into public/private keypairs so that your keys can be recovered on
any wallet, not just ours. As a result, DeSo seed phrases can also
be used with any Bitcoin wallet that implements this standard
under the m/44'/0'/0'/0/n
derivation path (e.g.
Mycelium,
Electrum).
Once you have a public/private key pair, you can use the Generate Txn tab to generate transactions online and the Sign Tab to sign transactions offline.
If you share the information generated by this page with anyone, they can steal your assets. Anyone asking you to share your your secret recovery phrase (mnemonic) is a scammer. Do NOT share information from this page or send it to anyone offering to help you on Twitter, Discord, Telegram, etc. They will steal your coins.
Online
Offline
Enter your seed to sign transactions or arbitrary messages. You can broadcast transactions on the Broadcast Tab or verify signatures on the Verify Tab.
This tab can be used offline, so you can download this tool and run it on an air-gapped machine for secure transaction signing.
Online
Broadcast a transaction that was generated on the Generate Txn Tab.
Offline
Use this tab to verify signatures on arbitrary messages that were generated on the Sign Tab.