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:
Seeds: Define where funds are going and how much.
Inputs: Specify which notes (UTXOs) to spend.
Transaction: Combine inputs into a complete transaction.
Signature: Authorize the transaction with private keys.

Last updated