Zilliqa / scilla

Scilla - A Smart Contract Intermediate Level Language
https://scilla-lang.org
GNU General Public License v3.0
240 stars 78 forks source link

Interoperability between Solidity and Scilla #1236

Open Zaptech-Anil opened 1 year ago

Zaptech-Anil commented 1 year ago

I'm interested in achieving interoperability between Solidity and Scilla, the programming languages used for smart contracts on Ethereum and Zilliqa, respectively. I would like to explore the possibility of interacting between these two languages and leveraging the strengths of each for cross-chain development.

I'm seeking guidance and best practices on achieving interoperability, such as:

  1. Techniques for importing/exporting Solidity contracts in Scilla and vice versa.
  2. Approaches to handle data and contract communication between the two languages.
  3. Recommended tools or libraries that facilitate interoperability.

Additionally, I'm interested in understanding any existing projects, research, or resources related to Solidity-Scilla interoperability. Sharing code examples or relevant documentation would be greatly appreciated.

Thank you for any insights or assistance you can provide on this topic!