Skip to content

Commit ab8d0b0

Browse files
authored
Merge pull request #116564 from PatAltimore/patricka-blockchain-content-perf
Reword API reference
2 parents 2604405 + 292a303 commit ab8d0b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/blockchain/service/connect-geth.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Use Geth to attach to Azure Blockchain Service
33
description: Attach to a Geth instance on Azure Blockchain Service transaction node
4-
ms.date: 11/20/2019
4+
ms.date: 05/26/2020
55
ms.topic: quickstart
6-
ms.reviewer: janders
6+
ms.reviewer: maheshna
77
#Customer intent: As a developer, I want to connect to my blockchain member transaction node so that I can perform actions on a blockchain.
88
---
99

1010
# Quickstart: Use Geth to attach to an Azure Blockchain Service transaction node
1111

12-
In this quickstart, you use the Geth client to attach to a Geth instance on an Azure Blockchain Service transaction node. Once attached, you use the Geth JavaScript console to call a web3 JavaScript Dapp API.
12+
In this quickstart, you use the Geth client to attach to a Geth instance on an Azure Blockchain Service transaction node. Once attached, you use the Geth console to call an Ethereum JavaScript API.
1313

1414
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
1515

@@ -41,7 +41,7 @@ You can get the Geth connection string for an Azure Blockchain Service transacti
4141
geth attach <connection string>
4242
```
4343

44-
1. Once connected to the transaction node's Ethereum console, you can call the web3 JavaScript Dapp API or the admin API.
44+
1. Once connected to the transaction node's Ethereum console, you can use the Ethereum JavaScript API.
4545
4646
For example, use the following API to find out the chainId.
4747

0 commit comments

Comments
 (0)