Skip to content

mapprotocol/mapo-service-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MAP Omnichain Service (MOS) Message Contracts

What is MOS Message

MOS message enables projects built on one chain to easily synchronize some project information to other chains, and can also call contract methods on other connected chains.

MOS uses MAP Protocol light client to verify the transaction of cross-chain messages to ensure that cross-chain messages are authentic and checkable on the chain.

With MOS you can achieve interoperation with two chains:

  • Call a contract on chain B from chain A.
  • Pack the message changes in chain A and write them into chain B to realize message synchronization

How it works

MOS Message See the details here.

Build dApps on MOS message

See the Omnichain Examples to know how to build dapps on MOS message.