Verifying Data Using a MuonApp

Developing and running MuonApps is both simple and straightforward. The process is as follows:

  1. MuonApp Development: Developers can use high-level programming languages to develop MuonApps. (Contact us if you need help developing your app or if you want it developed.)

  2. Deployment and Operation: MuonApps are deployed on Muon and operate as micro-validators. Similar to smart contracts, each app has its own address and methods. Users and dApp clients can send requests to these micro-validators and receive cryptographic signatures in response.

  3. Verifying Signatures on Smart Contracts or Off-Chain: The dApp client, user, or an executor pushes the signed data to a smart contract, which then verifies the signatures to validate the data. Additionally, Muon signatures can also be verified using off-chain tools, enabling the development of trustless apps that do not require smart contracts.

Last updated