Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 3.44 KB

overview.md

File metadata and controls

29 lines (19 loc) · 3.44 KB

Overview

Wallets

The Beldex wallets are a gateway into private decentralised transactions and communications. They allow you to hold private keys, secure or mine Beldex, and trade peer-to-peer.

Beldex wallets store a collection of public and private keys which can be used to receive, view, or spend Beldex.

The wallet uses the private keys through a daemon which synchronises with the Beldex Network to scan for incoming transactions and to send outgoing transactions.

Command Line Interface Wallet (CLI)

The Cli Wallet is for more advanced users and offers the most tools when interacting with the Beldex Blockchain.

CLI Guides

Guide Description
Restore CLI Wallet from Keys How to restore your wallet with spend and view keys.
Restore CLI Wallet from Seed How to restore your wallet with a seed phrase (25 word mnemonic seed).
CLI Commands Details on different commands within the beldex-wallet-cli.
2 of 2 - Multisignature Setup Multisig feature allows you to sign a transaction with more than one private key. Funds protected with multisig can only be spent by signing with 2-of-2 keys.
2 of 3 - Multisignature Setup Multisig feature allows you to sign a transaction with more than one private key. Funds protected with multisig can only be spent by signing with 2-of-3 keys.
M of N - Multisignature Setup Multisig feature allows you to sign a transaction with more than one private key. Funds protected with multisig can only be spent by signing with M-of-N keys.
CLI Setup - Linux How to setup the beldex-wallet-cli for the first time on Linux.