Using a Wallet

A wallet is a program that runs alongside Nockchain to perform operations like checking balances and broadcasting transactions. A wallet stores the private keys and signs transactions.

The wallet creates transactions to send $NOCK between addresses and signs messages.

At the current time, transaction is an operation coordinating:

  1. Seeds: Define where funds are going and how much.

  2. Inputs: Specify which notes (UTXOs) to spend.

  3. Transaction: Combine inputs into a complete transaction.

  4. Signature: Authorize the transaction with private keys.

Last updated