Skip to content

Commit

Permalink
chore: find and replace xCall -> xcall-multi in md files (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan authored Sep 20, 2023
1 parent 9c43cba commit 7f250bc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to XCall
# Contributing to xcall-multi

The following is a set of guidelines for contributing to XCall.
The following is a set of guidelines for contributing to xcall-multi.

These guidelines are subject to change. Feel free to propose changes to this document in a pull request.

Expand All @@ -14,7 +14,7 @@ Before sending your pull requests, make sure you do the following:

## Code of Conduct

The XCall project is governed by the [Contributor Covenant Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md). Participants are expected to uphold this code.
The xcall-multi project is governed by the [Contributor Covenant Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md). Participants are expected to uphold this code.

## Questions

Expand All @@ -31,17 +31,17 @@ We have a vibrant developer community and several community resources to ask que

### Reporting Bugs

Before creating bug reports, please check **[our list of issues](https://github.com/icon-project/xCall/issues)** to see if an
Before creating bug reports, please check **[our list of issues](https://github.com/icon-project/xcall-multi/issues)** to see if an
issue already exists.

> **Note:** For existing issues, please add a comment to the existing issue instead of opening a new issue. If the issue is closed and
> the problem persists, please open a new issue and include a link to the original issue in the body of your new one.
When you are creating a bug report, please fill out [the required template](https://github.com/icon-project/xCall/blob/main/.github/ISSUE_TEMPLATE/bug.md) and include as many details as possible.
When you are creating a bug report, please fill out [the required template](https://github.com/icon-project/xcall-multi/blob/main/.github/ISSUE_TEMPLATE/bug.md) and include as many details as possible.

### Contributing Code

If you want to contribute, start working through the xCall repository, navigate to the Github "issues" tab and start looking through issues. We recommend issues labeled "good first issue". These are issues that we believe are particularly well suited for newcomers. If you decide to start on an issue, leave a comment so that other people know that you're working on it. If you want to help out, but not alone, use the issue comment thread to coordinate.
If you want to contribute, start working through the xcall-multi repository, navigate to the Github "issues" tab and start looking through issues. We recommend issues labeled "good first issue". These are issues that we believe are particularly well suited for newcomers. If you decide to start on an issue, leave a comment so that other people know that you're working on it. If you want to help out, but not alone, use the issue comment thread to coordinate.

Please see the [ICON Foundation Development Guidelines](https://github.com/icon-project/community/blob/main/guidelines/technical-development/development-guidelines.md)
for information regarding our development standards and practices.
Expand Down
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
[![Project Status: Initial Release](https://img.shields.io/badge/repo%20status-active-green.svg?style=flat-square)](https://www.repostatus.org/#active)
[![License: Apache-2.0](https://img.shields.io/github/license/icon-project/xCall.svg?style=flat-square)](https://github.com/icon-project/xCall/blob/main/LICENSE)
[![Lines Of Code](https://img.shields.io/tokei/lines/github/icon-project/xCall?style=flat-square)](https://github.com/icon-project/xCall)
[![Version](https://img.shields.io/github/tag/icon-project/xCall.svg?style=flat-square)](https://github.com/icon-project/xCall)
![GitHub Workflow Status - cosmwasm](https://github.com/icon-project/xCall/actions/workflows/build-and-publish-cosmwasm.yml/badge.svg)
![GitHub Workflow Status - javascore](https://github.com/icon-project/xCall/actions/workflows/build-and-publish-javascore.yml/badge.svg)
[![License: Apache-2.0](https://img.shields.io/github/license/icon-project/xcall-multi.svg?style=flat-square)](https://github.com/icon-project/xcall-multi/blob/main/LICENSE)
[![Lines Of Code](https://img.shields.io/tokei/lines/github/icon-project/xcall-multi?style=flat-square)](https://github.com/icon-project/xcall-multi)
[![Version](https://img.shields.io/github/tag/icon-project/xcall-multi.svg?style=flat-square)](https://github.com/icon-project/xcall-multi)
![GitHub Workflow Status - cosmwasm](https://github.com/icon-project/xcall-multi/actions/workflows/build-and-publish-cosmwasm.yml/badge.svg)
![GitHub Workflow Status - javascore](https://github.com/icon-project/xcall-multi/actions/workflows/build-and-publish-javascore.yml/badge.svg)
| Language | Code Coverage |
| ----------------------------------- | ---------------------------------------------- |
| [Java](./contracts/javascore) | [![Java Cov][java-cov-badge]][java-cov-link] |
| [Rust](./contracts/cosmwasm-vm) | [![Rust Cov][rust-cov-badge]][rust-cov-link] |

[java-cov-link]: https://app.codecov.io/gh/icon-project/xCall/tree/main/contracts/javascore
[rust-cov-link]: https://app.codecov.io/gh/icon-project/xCall/tree/main/contracts/cosmwasm-vm
[java-cov-badge]: https://codecov.io/gh/icon-project/xCall/branch/main/graph/badge.svg?token=KWDB59JITE&flag=java
[rust-cov-badge]: https://codecov.io/gh/icon-project/xCall/branch/main/graph/badge.svg?token=KWDB59JITE&flag=rust
[java-cov-link]: https://app.codecov.io/gh/icon-project/xcall-multi/tree/main/contracts/javascore
[rust-cov-link]: https://app.codecov.io/gh/icon-project/xcall-multi/tree/main/contracts/cosmwasm-vm
[java-cov-badge]: https://codecov.io/gh/icon-project/xcall-multi/branch/main/graph/badge.svg?token=KWDB59JITE&flag=java
[rust-cov-badge]: https://codecov.io/gh/icon-project/xcall-multi/branch/main/graph/badge.svg?token=KWDB59JITE&flag=rust

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

For full xCall specification see [XCall Spec](./docs/adr/xcall.md).
For full xcall-multi specification see [xcall-multi Spec](./docs/adr/xcall.md).

## Building with xCall
For building dapps with xCall see official developer [docs](https://www.xcall.dev/).
## Building with xcall-multi
For building dapps with xcall-multi see official developer [docs](https://www.xcall.dev/).

### Project Structure
| Directory | Description |
Expand All @@ -33,13 +33,13 @@ For building dapps with xCall see official developer [docs](https://www.xcall.de


## Available Connection implementations
* [IBC](https://github.com/icon-project/IBC-Integration/blob/main/docs/adr/XCall_IBC_Connection.md)
* [IBC](https://github.com/icon-project/IBC-Integration/blob/main/docs/adr/xcall-multi_IBC_Connection.md)
* [Rust](https://github.com/icon-project/IBC-Integration/tree/main/contracts/cosmwasm-vm/cw-xcall-ibc-connection)
* [Java](https://github.com/icon-project/IBC-Integration/tree/main/contracts/javascore/xcall-connection)
* [BTP](https://github.com/icon-project/btp2) is supported natively and does not need a connection contract.

## Building a xCall connection
If xCall is deployed, anyone can create a new connection contract to relay messages between xCall contracts.
## 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 docs](./docs/adr/xcall.md#Connections)
The base design for a connection can be found in the [xcall-multi docs](./docs/adr/xcall.md#Connections)

0 comments on commit 7f250bc

Please sign in to comment.