Go Expanse on Ubuntu

Azure Public Test Date Azure Public Test Result

Azure US Gov Last Test Date Azure US Gov Last Test Result

Best Practice Check Cred Scan Check

This Microsoft Azure template deploys a single Expanse client with a private chain for development and testing.

Deploy to Azure Deploy To Azure US Gov Visualize

Once your deployment is complete you will have a expanse environment with:

  1. Expanse installed

  2. A script to activate an Expanse node and begin interacting with the Expanse protocol.

Expanse-Azure

Template Parameters

When you launch the installation of the cluster, you need to specify the following parameters:

  • dnsLabelPrefix: this is the public DNS name for the VM that you will use interact with your gexp console. You just need to specify an unique name.
  • adminUsername: self-explanatory. This is the account you will use for connecting to the node
  • adminPassword: self-explanatory. Be aware that Azure requires passwords to have One upper case, one lower case, a special character, and a number
  • vmSize: The type of VM that you want to use for the node. The default size is D1 (1 core 3.5GB RAM) but you can change that if you expect to run workloads that require more RAM or CPU resources.
  • location: The region where the VM should be deployed to

Go Expanse Private Node Walkthrough

  1. Get your node's IP

  2. browse to https://portal.azure.com

  3. then click browse all, followed by "resource groups", and choose your resource group

  4. then expand your resources, and public ip address of your node.

  5. Connect to your gexp node

  6. SSH to the public ip of your node as the user you specified for adminUsername

  7. Enter your adminPassword

Deploying your first contract

Welcome to Expanse! You are one step closer becoming a decentralized application developer.

Tags: Microsoft.Storage/storageAccounts, Microsoft.Network/publicIPAddresses, Microsoft.Network/virtualNetworks, Microsoft.Network/networkInterfaces, Microsoft.Compute/virtualMachines, Microsoft.Compute/virtualMachines/extensions, CustomScript