0 votes
in BlockChain by
What happens when you try to deploy a file with multiple contracts?

1 Answer

0 votes
by

What happens when you try to deploy a file with multiple contracts?

In Blockchain, deploying a file with multiple contracts is not possible. The compiler only deploys the last contract from the uploaded file and the remaining contracts are neglected.

...