The Energy Web Chain

The Energy Web Blockchain

The Energy Web Chain (EWC) is the foundational “trust layer” of the stack. The Energy Web Chain (EW Chain) is an open-source, Proof-of-Authority public blockchain derived from Ethereum blockchain technology. It is the foundational trust and persistence layer of EW-DOS.

The blockchain performs three key functions in EW-DOS:

  1. Provides the smart contract mechanism to store decentralized identities (DIDS)

  2. Facilitates on-chain verification and transactions between parties

  3. Executes smart contracts that are used by EW-DOS's decentralized applications, SDKs and utility packages.‌

You can read more about the Proof-of-Authority consensus mechanism here.

The blockchain provides trust in several ways that allow for a decentralized system that is self-executing and without central authority or oversight of on-chain transactions:

  1. The data in each block is immutable and unchangeable. Each block in a blockchain is linked to the previous block by a cryptographically created hash. If one block is tampered with, the hash of every subsequent block in the chain would be need to be updated. Because Validators' consensus is required to create new blocks, a block with an alternative transaction history would be rejected by Validators.

  2. Smart contracts provide automated logic for on-chain actions. Transactions on the chain are governed by code called smart contracts that contain explicit logic and requirements for actions to occur. When specific conditions are met, the code will self-execute. Once a smart contract is deployed on the blockchain, it cannot be changed or reversed, removing the risk that anyone can update the logic of the contract for personal gain.

  3. Cryptographic verification is required for on-chain transactions. In order for an individual to verify any on-chain transaction, they must sign the transaction using their private key. This makes it impossible to perform a transaction unless you have the private key.

Persistence on the Energy Web Chain

The Energy Web Chain stores the following information:

  • Smart contracts for Decentralized Identities (DIDs) that are created through EW-DOS's identity and access management library.

  • Smart contracts that govern validator consensus behavior and remuneration. These are known as system contracts.

  • Smart contracts that implement other Ethereum network protocols, such as permissioning and the OpenEthereum client protocols.

  • Smart contracts that contain logic and functionality specific to applications deployed on the Energy Web Chain and the utility packages that connect them and their users to the Energy Web Chain.

If you're not familiar with Smart Contracts, you can read Ethereum's introduction to smart contracts here.

You can see a list of repositories containing EW-DOS smart contracts here.

pageEnergy Web Block ExplorerpageSystem ArchitecturepageInteracting with Smart Contracts in EW-DOS

Last updated