0

I have two ethereum private networks, each with a smart contract deployed. for example network.A and network.B

Now how can smart contract of network.A calls smart contract functions of network.B?

  • Short answer: smart contracts cannot call other smart contracts from different networks. You would need to rely on externally owned accounts to make calls and validate signatures and data. – Paul Razvan Berg Mar 18 '22 at 11:07
  • The usual solution is to implement some sort of bridge between the blockchains. See here for something similar between ERC20 tokens https://ethereum.stackexchange.com/questions/99110/bridge-between-ethereum-networks. – Ismael Mar 20 '22 at 13:54
  • yes, How can I implement my bridge? Can you give me some code – upload upload Mar 21 '22 at 14:10

0 Answers0