Skip to content

icon-project/xcall-multi

Folders and files

NameName
Last commit message
Last commit date
May 31, 2023
Sep 12, 2024
Sep 12, 2024
Sep 4, 2024
Aug 9, 2024
May 4, 2023
Dec 15, 2023
Aug 9, 2024
Dec 15, 2023
Aug 29, 2023
Feb 6, 2023
Oct 4, 2023
Aug 9, 2024
Aug 9, 2024
Feb 6, 2023
Mar 15, 2024
Feb 14, 2023
Jan 29, 2024
Jul 13, 2023
Aug 9, 2024

Repository files navigation

Project Status: Initial Release License: Apache-2.0 Lines Of Code Version GitHub Workflow Status - cosmwasm GitHub Workflow Status - javascore

Language Code Coverage
Java Java Cov
Rust Rust Cov
Solidity Solidity Cov

xcall-multi

xcall-multi is a cross chain messaging service built to mimic regular transaction flows across any interoperable solution.

For full xcall-multi specification see xcall-multi Spec.

Contract Addresses

See Live Contracts for current testnet and mainnet deployments of the xcall-multi contracts on all chains where xCall is deployed.

Building with xcall-multi

For building dapps with xcall-multi see official developer docs.

Available Connection implementations

Building a xcall-multi connection

If xcall-multi is deployed, anyone can create a new connection contract to relay messages between xcall-multi contracts. To do this a connection contract has to be developed and deployed on both sides. The base design for a connection can be found in the xcall-multi docs