Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

send cross chain message from ink contract #757

Closed
master-davidlee opened this issue Apr 6, 2021 · 3 comments
Closed

send cross chain message from ink contract #757

master-davidlee opened this issue Apr 6, 2021 · 3 comments
Labels
C-question Further information is requested

Comments

@master-davidlee
Copy link

Can we send cross-chain message from ink contract?

@RoyTimes
Copy link

RoyTimes commented Apr 6, 2021

I'm no expert on this topic but you might wanna check out https://github.com/Ink-Bridge

@ascjones
Copy link
Collaborator

ascjones commented Apr 7, 2021

I'm assuming that the way to do this would be to provide a chain extension which would allow sending of cross chain messages. I've not looked into this too deeply yet, but that is the first avenue I would investigate.

@HCastano HCastano added the C-question Further information is requested label Jun 14, 2021
@HCastano
Copy link
Contributor

@master-davidlee Like Andrew said, your starting point should be chain extensions. What you do afterwards depends on the specific type of chain you want to connect to.

For example, if your chain is a part of the Polkadot ecosystem you should be able to hook into the XCM pallet. If it's not part of Polkadot but still built on Substrate you may use some of the code in parity-bridges-common, such as the messaging pallet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants