Skip to content

Test Net

Arthur Greef edited this page Mar 31, 2018 · 3 revisions

Deploy a 4 Node Test Network on Azure

  • Generate verifier private and public keys for 4 nodes.
  • Generate a curve 0MQ key pairs to secure the network with zmq.
  • Deploy a key vault and add the VM admin name, VM Admin password, and the public and private keys to the key vault.
  • Create a genesis.batch file using sawset and sawadmin. Add the batch file to GitHub so that it can be referenced by the configure.sh script.
  • Create a resource group named: in
  • Deploy the test network with the following PowerShell commands.
Login-AzureRmAccount -Subscription <your-subscription>
cd <repo-root>\hashblock-exchange\network\azure
New-AzureRmResourceGroupDeployment -Name '<yourdeployname>' -ResourceGroupName '<your-resource-group-name>' -TemplateFile '.\templates\network-template.json' -TemplateParameterFile '.\parameters\dev\network-parameters.json' -Verbose