Skip to content

shreyasbhat0/IBC-Integration

 
 

Repository files navigation

Language Code Coverage
Java Java Cov
Rust Rust Cov

IBC-Integration

The Inter-Blockchain Communication protocol (IBC) is an end-to-end, connection-oriented, stateful protocol for reliable, ordered, and authenticated communication between heterogeneous blockchains arranged in an unknown and dynamic topology. xCall, a standard for generic cross-chain messaging along with IBC provides dynamic and coherent solution for inter-connected dapps.

Additional information on how IBC works can be found here. and xCall spec is defined here

Table of Content

About

Getting Started

Terminologies used in this project.

Available Integrations

  • ICON
  • Archway

Project Structure

Directory Description
/contracts/cosmwasm-vm Includes contracts for cosmwasm based chains
/contracts/evm Includes contracts for evm based chains
/contracts/javascore Includes contracts for ICON chain
/docs Documentation
/libraries/rust Common rust libraries used across multiple integrations
/proto Proto files used for IBC
/resources Static resources in project. For example images, bin files, etc
/scripts Scripts to automate task in project, for example build scripts, deploy scripts.
/test Test Framework and Test Suite including e2e test and functional test
/utils Utilities used for build, setup, CI/CD

Testing

Integration Testing

go test -v ./test/integration --args -config=<path to config.json>

E2E Testing

go test -v ./test/e2e --args -config=<path to config.json>

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 67.2%
  • Java 20.0%
  • Go 12.3%
  • Other 0.5%