You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/blockchain/service/configure-transaction-nodes.md
+4-12Lines changed: 4 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,24 +5,16 @@ services: azure-blockchain
5
5
keywords:
6
6
author: PatAltimore
7
7
ms.author: patricka
8
-
ms.date: 05/02/2019
8
+
ms.date: 11/20/2019
9
9
ms.topic: article
10
10
ms.service: azure-blockchain
11
-
ms.reviewer: seal
11
+
ms.reviewer: janders
12
12
manager: femila
13
13
#Customer intent: As a network operator, I want to use the Azure portal to create and configure transaction nodes.
14
14
---
15
15
16
16
# Configure Azure Blockchain Service transaction nodes
17
17
18
-
To interact with Azure Blockchain Service, you do so through connecting to one or more transaction nodes in your blockchain member. In order to interact with transaction nodes, you will need to configure your nodes for access.
19
-
20
-
## Prerequisites
21
-
22
-
*[Create an Azure Blockchain member](create-member.md)
23
-
24
-
## Transaction node overview
25
-
26
18
Transaction nodes are used to send blockchain transactions to Azure Blockchain Service through a public endpoint. The default transaction node contains the private key of the Ethereum account registered on the blockchain, and as such cannot be deleted.
27
19
28
20
To view the default transaction node details:
@@ -135,9 +127,9 @@ You can view a transaction node's connection strings and copy endpoint addresses
135
127
136
128
Sample code is provided to quickly enable connecting to your transaction node via Web3, Nethereum, Web3js, and Truffle.
137
129
138
-
You can view a transaction node's sample connection code and copy it to use with popular developer tools. Navigate to one of your Azure Blockchain Service member transaction nodes and select **Sample Code** in settings.
130
+
You can view a transaction node's sample connection code and copy it to use with popular developer tools. Go to one of your Azure Blockchain Service member transaction nodes and select **Sample Code** in settings.
139
131
140
-
Choose the Web3or Nethereum tab to view the code sample you want to use.
132
+
Choose the Web3, Nethereum, Truffle, or Web3j tab to view the code sample you want to use.
Copy file name to clipboardExpand all lines: articles/blockchain/service/connect-vscode.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ In this quickstart, you install and use the Azure Blockchain Development Kit for
32
32
33
33
On Windows, an installed C++ compiler is required for the node-gyp module. You can use the MSBuild tools:
34
34
35
-
* If Visual Studio 2017 is installed, configure npm to use the MSBuild tools using the command `npm config set msvs_version 2017 -g`
35
+
* If Visual Studio 2017 is installed, configure npm to use the MSBuild tools with the command `npm config set msvs_version 2017 -g`
36
36
* If Visual Studio 2019 is installed, set the MS build tools path for npm. For example, `npm config set msbuild_path "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe"`
37
37
* Otherwise, install the stand-alone VS Build tools using `npm install --global windows-build-tools` in an elevated *Run as administrator* command shell.
0 commit comments