Concept
reviewed: 25 September 2023
⚠️ THIS IS DEPRECATED CONTENT
Ethelia is Ethereum blockchain storage provider for different kinds of events. Event — some specific data with
code
,topic
andpayload
. You just need to be authenticated on endpoint to access a pool of events.Ethelia uses Pheix as a generic REST API endpoint software with decentralized authentication and multi-network event accessing agent.
Events could be distinguished by codes. Different events could be accessed on different blockchains, e.g. public or private networks.
Events are stored in «events-based-database» — Ethereum built-in logging system. Pheix provides flexible interface to it via
Pheix::Model::Database::Blockchain::Events
andPheix::Addons::Embedded::Admin::Events
modules.Map of all known events is also stored on blockchain in relational database, served by PheixDatabase CRUD smart contract. Simple table with
row_id
column for event code anddata
column for event related meta data is used.