Skip to content

icon-project/xcall-multi

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