ink icon indicating copy to clipboard operation
ink copied to clipboard

Add example of how to call a Solang Solidity contract from ink!

Open cmichi opened this issue 3 years ago • 1 comments

ToDo

  • [ ] Solang should generate the same selectors as ink! (@xgreenx mentioned this a while ago, is there by chance already an issue in the Solang repo?)
  • [ ] Solang should generate contract-interface.rs with a trait that exposes the contract methods.
  • [ ] The example should demonstrate cross-contract calls.

Blocked by https://github.com/paritytech/cargo-contract/issues/526.

cmichi avatar Apr 23 '22 09:04 cmichi

@xermicus assigning you since you're in the best position to (eventually) close this

HCastano avatar Feb 22 '23 22:02 HCastano