I'm using VSCode editor to develop a HF network using the IBM blockchain platform extension. I have written the chain code in golang and packaged it so that it's ready for deployed to each peer. However, the IBM blockchain platform provides users with the default fabric environment with 1 org, 1 peer and 1 CA. My problem is here. I want to be able to create a custom fabric environment on IBM blockchain platform with more orgs and peers (for ex 3 orgs with one peer each) but I couldn't find resources on how to do that. There is an option to add a fabric environment (which consumes a JSON file) but i can find resources on how to write that.
Help on how to create a custom fabric environment with three orgs with on peer each on IBM blockchain platform (VScode).