The following commands can be used to interact with the wallet.
Create a file that contains all the information of a crypto wallet.
digi-wallet > create -name my_wallet
Find more information here.
Open an existing wallet
digi-wallet > open
Find more information here.
Close a wallet
my-wallet > close
Find more information here.
Generate a new address from the master public key
my-wallet > address
my-wallet > Address: DQc3P5g2hhCQrcBNPGu38Di1g9x4ypkjBe
Find more information here.
Retrive UTXOs information from a public DigiByte full node
my-wallet > balance
my-wallet > Confirmed: 1025.556 DGB
my-wallet > Unconfirmed: 0 DGB
my-wallet > Transactions: 3
Get the main HD public key. Derived up to level 3
my-wallet > xpub
my-wallet > xpub6CVtAek8yS6tnkQVMkbRWU5sdL6dgrV85oKKads9xYCThfb3tYaiJSVNppEhvwwwpVqx1cfqqhb9KXsqxwHzfsAZBzdVh6Av6DDuLGGRpki
Create a transaction and broadcast it to the network.
my-wallet > send
my-wallet > Available balance: 8570.01255 DGB
my-wallet > Pay to: DN1n37nMviDx4WNYczM4XoT2WXyzbCcvjL
my-wallet > Amount: 430
my-wallet > Password: ****
my-wallet > TXID: dbfc1a9a5da03dc09b6d5abb3ed59022946d30f3e37b10ac0f467ac1488fefea
Find more information here.
Lookup an address or transaction in the blockchain
digi-wallet > explorer
digi-wallet > Server: digibyteblockexplorer.com
digi-wallet > In sync: true
digi-wallet > Height: 14263036
digi-wallet > Mempool: 17
Find more information here.