Reputation: 117
How can I update the status of the blockchain?
I am using Ethereum
Upvotes: 1
Views: 1402
Reputation: 83348
Though blockchain is immutable, it does not mean the current state can not be updated. Each Ethereum block is a new state that consists of account balances and smart contract variables. The current state is the last valid block which your Ethereum node sees. History cannot be altered, but the current state can be altered with transactions.
As the question is overly broad and over basic blockchain concepts, I suggest taking classes in Ethereum smart contract development first.
Upvotes: 2