I am looking to create the Genesis Block and the channel config transaction using the Java SDK in Hyperledger Fabric. I know that we can use configtxgen to do this, but I am trying to avoid that since we have a requirement to create channels by the peer organisation admins from the UI
So, the way I see it, there is only one option available at the moment - which is to use ProcessBuilder to create genesis block and channel config transaction. Then continue using the SDK to create the channel, join the peers etc..
Does anyone have any experience with doing this natively using the Java SDK?