You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @xlc, very cool to see this! It's super relevant to the XCM support in Polkadot Hub Contracts (#6775) we're working on, mainly to enable smart contracts on our platform to retrieve data from a remote chain (e.g. to then trigger specific internal functionality based on the result). I was wondering if there has been any progress on this?
You can check if it is going to suit your requirements.
PoC is ready in this repo and we are working to finish the XCM integrations. We should be able to make a demo soonish.
PVQ is not going to cover how smart contracts going to invoke XCM but assume that's addressed, I can see we can have smart contracts invoke XCM with some PVQ blob to be executed on remote chain to query information
Design and propose RFC to XCM to add instruction to execute XCQ via XCM
It should execute the query and send a
QueryResponse
back with theXcqResult
in the response.The text was updated successfully, but these errors were encountered: