WorldLand
Last updated
Last updated
Worldland is WorldLand's official node client. This is a fork of , the official node client for Ethereum.
When WorldLand runs, the computer acts as a Worldland node and connects to the Worldland network. The Worldland network operates according to the WorldLand blockchain protocol, which handles the transactions, deployment, and execution of smart contracts and includes an embedded computer known as the EVM.
The nodes perform a proof-of-work algorithm known as ECCPoW, The first node that solves the problem creates a new block containing a list of transactions that must be executed. Blocks are broadcast to the WorldLand network, and each node verifies that block and adds it to the database.
The WorldLand node has the following roles and functions.
Consensus is reached by running the consensus algorithm.
Create and propagate blocks.
Validates the propagated block and synchronizes the "state" of WorldLand.
Validate and process transactions.
Deploy and execute smart contracts.
Execute bytecode using EVM.
Running your node allows you to use Worldland in a truly private, self-sufficient, and trustless way. You don't have to trust the information you receive because you can verify the data directly using the WorldLand instance.
The following sections was prepared by referring to go-ethereum's official document. See for more details.