solang icon indicating copy to clipboard operation
solang copied to clipboard

Milestone 9: Add tooling for calls between ink! and Solidity

Open xermicus opened this issue 3 years ago • 0 comments

When a contract in either ink! or Solidity is compiled, then a metadata file is written which contains all the information needed to call a contract or deploy one. Now we need to read this format and generate the code to do those calls, so that Solidity can call ink! and vice versa.

This feature should have tests at

https://github.com/hyperledger-labs/solang/tree/main/integration/substrate

Success means that a pull request has had all its review comments addressed and it is merged.

xermicus avatar Aug 18 '22 10:08 xermicus