Verifying Data Using a MuonApp
Developing and running MuonApps is both simple and straightforward. The process is as follows:
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.)
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.
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