Create a Network

Creating a network is essential in the Spydra platform to deploy Apps/Chaincode, and the prerequisite for creating a network is to create an organization.

  • Navigate to the Network section in the Spydra console, you can view the list of Networks if you have already created one or if your organization is already part of other Networks.

  • Click on Create Network

  • You will enter the network creation wizard, and the first step is to enter network details - organization, network name, network tenant name, and network description.

  • You'll be prompted to create an organization if you haven't created an organization earlier. Once you create an organization, you'll be redirected to the Network creation wizard.

  • You have to update the configuration details in the next step of the network creation wizard. Here, you can choose the cloud service provider, deployment cloud region, number of nodes (peers, orderers, etc.), hosting type (shared/dedicated), and whether media storage is required or not (IPFS requirement for network)

  1. Cloud Provider: You can select providers like AWS and Azure to host your data.

  2. Cloud Region: This is where you want your data to be hosted on the server.

  3. Network Configuration: We offer 3 node sizes, Small, Medium, and Large, with different computational power. Learn more

  4. Number of Peer nodes

  5. Number of orderer nodes. It is recommended practice to have an odd number of Orderer Nodes on a Network. Learn more

  6. Tenancy type: Choose between shared and dedicated types. By sharing the network, other organizations can also be hosted on the same network, reducing the pricing for each node. If you go ahead with a dedicated network, no organizations will be sharing that network.

  7. To see how these selections affect your billing, please look at Pricing

Type of nodes / SizeSmallMediumLarge

Peer nodes

With 0.5 CPU, 1 GB RAM, 20 GB Storage

With 1 CPU, 2 GB RAM, 50 GB Storage

With 2 CPU, 4 GB RAM, 150 GB Storage

Orderer nodes

With 0.5 CPU, 1 GB RAM, 20 GB Storage

With 1 CPU, 1 GB RAM, 50 GB Storage

With 1 CPU, 2 GB RAM, 150 GB Storage

  1. Once you select the responses from the dropdowns, click Next

  2. You can review the entered details on the Confirm details and click on Confirm & Create. If any changes are required, you can navigate to the previous section to update the changes and proceed again to deploy.

  3. Congratulations! Your Network has been created.

  4. You can now see the Created Network under the Networks list.


Advance Settings:

Key Vault

By default, Spydra sets up a key vault using HashiCorp Vault for every organisation part of the network. All the node related keys, certificates and credentials are stored in the vault.

Users can connect an external key vault to store secrets and certificates necessary for the Spydra platform for your organisation. Managed services like Azure Key Vault or AWS Secrets Manager can be used. Other popular vaults will be available soon.

Learn how to connect your key Advance Settings: Key Vault Store

On the platform, users are allowed to create one network using the free credits provided. Should you wish to create an additional network, you will need to add a valid payment method to the organisation Adding a Card & Autopay

Last updated