For the complete documentation index, see llms.txt. This page is also available as Markdown.

Blockchain Settings

Bloxberg

Ethernity Cloud runs on the bloxberg blockchain, an Ethereum-compatible PoA chain (chain ID 8995). The smart contract source can be reviewed here: https://github.com/ethernity-cloud/pox-smart-contract

Proof of eXecution (PoX) contract addresses on bloxberg:

Ethernity Cloud also supports Polygon (mainnet and Amoy testnet), IoTeX Testnet, Ethereum Sepolia, and LitVM LiteForge. See Configure the Node -> Select the network for the full list and how to choose one.

Running a node requires two blockchain wallets (keypairs). One is used to submit transactions by the Data Processor and is used outside the TEE enclave. The other is used by the Results Processor to submit transactions containing results of the processing and is used inside the TEE enclave.

To generate and fund a blockchain wallet please check our section on the topic:

Last updated