How can I deploy smart contracts as container images on a blockchain?
I am trying to build a blockchain that can run complex smart contracts. In order to maintain consistency of environment and avail partial security and isolation, I thought of containers. How can such containers be used in a blockchain to run more complex codes.