MEP
Overview of MEP
1min
mep is a blockchain system that operates as a cache layer and authentication infrastructure for dapps its dapp facing components are as follows • a user defined interface for developers that lets them describe which types of message they want to transfer this allows mep to store only data necessary for message transfer rather than the whole chain • a service that dapps can query for information about accounts on multiple chains for example, a wallet dapp may want to access all tokens on all chains of a certain user • an authentication service that signs a given requested message • verification services in the form of smart contracts on each underlying blockchain (such as ethereum), which can verify the authentication issued by mep figure 4 illustrates the steps involved in the delivery of a message through mep step 1 dapp and mep contracts are deployed on chains step 2 dapp defines the type of message to transfer to mep step 3 mep begins to listen and fetch these types of messages on the chains step 4 dapp triggers a transaction on chain a step 5 when dapp wants to transfer this message, it sends a request to mep mep returns the message and authentication step 6 dapp can send the message and authentication anytime before expiry step 7 dapp contract on chain b verifies the authentication to check if this message is valid if so, it should proceed with processing the message