This tutorial will walk you through creating a consortium network through the Chainstack API.
curl -X GET "$APIURL/projects/" --header "$HDR_AUTH"
.
corda
— Cordafabric
— Hyperledger Fabricquorum
— Quorummultichain
— MultiChainsingle-notary
raft
raft
ibft
round-robin
.dedicated
is the only available option for consortium networks.
peer
value for the role since you are providing node details for your peer node.
aws
— Amazon Web Servicesazure
— Microsoft Azuregcloud
— Google Cloud Platformap-southeast-1
— Singapore. Available only for Amazon Web Services (aws
).us-east-1
— the United States, Northern Virginia. Available only for Amazon Web Services (aws
).us-west-2
— the United States, Oregon. Available only for Amazon Web Services (aws
).uksouth
— the United Kingdom, London. Available only for Microsoft Azure (azure
).asia-southeast1
— Singapore. Available only for Google Cloud Platform (gcloud
).curl -X GET "$APIURL/networks/" --header "$HDR_AUTH"
.
aws
— Amazon Web Servicesazure
— Microsoft Azuregcloud
— Google Cloud Platformap-southeast-1
— Singapore. Available only for Amazon Web Services (aws
).us-east-1
— the United States, Northern Virginia. Available only for Amazon Web Services (aws
).us-west-2
— the United States, Oregon. Available only for Amazon Web Services (aws
).uksouth
— the United Kingdom, London. Available only for Microsoft Azure (azure
).asia-southeast1
— Singapore. Available only for Google Cloud Platform (gcloud
).curl -X GET "$APIURL/nodes/" --header "$HDR_AUTH"
.
See also API reference: Retrieve Node.
You have created a consortium project, deployed a consortium network, added a node to the network, and retrived the node’s access and credentials.