Hi, I am deploying contracts in Hedera. And I'm using solc-js directly as Truffle and Hardhat don't seem to be very friendly with that blockchain. Then I run into the problem that I need to deploy both a transparent proxy and the beacon proxy.
Now the issue would be how to do those deployments and initialisations manually without the plugins.
Is there any example of how to do this?
thanks