πŸ’­How does EMS work?

How does a message end up on the blockchain via EMS?

First, the user must connect their wallet. Next, they need to input the message they want to send, along with the receiver's address. Once the message and address are entered correctly, the user can press the send button.

On the backend, the input message is converted to hexdecimal. This allows the transaction to be broadcasted to the network. After the transaction is broadcasted, it needs to be retrieved from the network. Once retrieved, the user will be given access to the transaction, and it will be displayed on their screen via Etherscan.

Last updated