Multiple smart contacts on same near wallet account

Viewed 40

As per the near documentation, smart contract is deployed to the account - which is my wallet account.

How does this work in case of multiple smart contract? Is it possible to deploy multiple smart contract with the same wallet account and reference each of these smart contract in my product sth similar to Ethereum.

Execute scenario

  1. Deploy a smart contract A with wallet account B
  2. Deploy a smart contract C with wallet account B
  3. Try to read the function of contract A. It throws error in Near blockchain.

In ethereum it works with smart contract address.

Q: Is it possible to read the methods of smart contract A with wallet account B.

0 Answers
Related