Purpose: Instructions/ Guideline how an external organization (“Partner Org”) provisions its own Fabric peers and attaches to the existing Galachain asset-channel Provisioning Surface: Chainlaunch Web GUI only (no CLI syntax).
Topic | Documentation |
---|---|
Chainlaunch – Getting Started | https://docs.chainlaunch.dev/getting-started |
Chainlaunch – Architecture | https://docs.chainlaunch.dev/architecture |
Phase 1 – Create Org | https://docs.chainlaunch.dev/guides/create-org |
Phase 2 – Create Nodes | https://docs.chainlaunch.dev/guides/create-nodes |
- Follow the official Chainlaunch documentation to set up your environment and meet all prerequisites.
- Start with the documentation introduction here: Introduction to ChainLaunch
- Ensure you navigate to the specific "Getting started" guide linked within their documentation for detailed setup steps and requirements.
- See detailed instructions in chainlaunch | <https://docs.chainlaunch.dev/guides/create-org |
- In Chainlaunch GUI, open Organizations → Create.
- Enter Org Name, MSP ID, and public domain.
- Chainlaunch autogenerates admin identities and stores crypto in the workspace vault.
- Navigate to Nodes → Bulk Create: choose peer count, CPU/RAM, region/VPC. | <https://docs.chainlaunch.dev/guides/create-nodes>
- After provisioning, the dashboard displays for each peer:
- Static public IP / DNS
- TLS server certificate
- Record the public IPs and TLS certs for the Gala integration step.
You ➜ Gala | Gala ➜ You |
---|---|
Public IPs for every peer | Confirmation that your IPs are whitelisted Orderer endpoint map + orderer TLS CA cert |
TLS certs for each peer | Gala appends the information in the channel config |
Append the orderer information and mapping when importing the chanel | Orderer endpoint map + orderer TLS CA cert |
Gala inserts the respective PARTNERORGMSP
into the channel config and notifies when ready for join.
- In the workspace, open Networks → Import Network.
- Supply:
- Peer Mapping / Orderer Address Overrides – Override orderer endpoints with new endpoints given by gala
- Channel Name (provided by Gala).
- Orderer Endpoints (host:port list).
- Orderer TLS CA (upload file).
- Click Import. Chainlaunch automatically:
- Fetches the genesis block from the orderer.
- Distributes it to all selected peers.
- Applies the address overrides, joins peers to the channel, and starts block synchronization.
- Dashboard status turns “Synced” once ledger height matches Galachain.
View | Purpose |
---|---|
Nodes → Peer Logs | Verify successful join and continuous block pulls. |
Channels → <galachain‑channel> | Inspect channel membership and health. |
Blocks (real‑time explorer) | Confirm new blocks arrive and ledger height advances. |
Upgrade wizard | Align Fabric patch level with Gala when notified. |
Partner Org is now an active member of the Galachain asset channel channel, able to currently read blocks.