Code Monkey home page Code Monkey logo

MSGPORT

Darwinia Msgport is built upon a flexible and modular architecture, allowing users to harness various cross-chain messaging layers that best suit their specific needs. Msgport provides support for sending arbitrary messages through different low-level cross-chain messaging services.

Example receiver dApp

For an example receiver dApp, please refer to the ExampleReceiverDapp file.

Sending message

  1. Obtain the message port addres.

    a. From the address list part: Supported chains

    or

    b. Through portRegistry contract: portRegistry.get(uint256 chainId, bytes4 code)

  2. Retrieve the fee and adapter params from the Msgport API

  3. Send the message using the following parameters

    • toChainId: uint256 - Use the standard EVM chainId. Supported chains

    • toDapp: address - The address of your receiver dApp.

    • message: bytes - The payload of your message.

    • params: bytes - Adapter params obtained from the Msgport API in step 2.

    messagePort.send(toChainId, toDapp, message, params);
  4. You can verify the senderPort and senderDapp addresses when reciving the message.

    For an example, please check Verify example

Develop

Foundry

To install dependencies and compile contracts:

git clone --recurse-submodules https://github.com/darwinia-network/darwinia-msgport.git && cd darwinia-msgport
make tools
make

Security and Liability

All contracts are WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Msgport's Projects

Msgport doesnโ€™t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.