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/connect-vscode.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
2
title: Use Visual Studio Code to connect to Azure Blockchain Service
3
3
description: Connect to an Azure Blockchain Service consortium network using the Azure Blockchain Development Kit for Ethereum extension in Visual Studio Code
4
-
ms.date: 12/05/2019
4
+
ms.date: 03/26/2020
5
5
ms.topic: quickstart
6
-
ms.reviewer: chrisseg
6
+
ms.reviewer: caleteet
7
7
#Customer intent: As a developer, I want to connect to my blockchain consortium so that I can perform actions on a blockchain.
8
8
---
9
9
@@ -18,9 +18,9 @@ In this quickstart, you install and use the Azure Blockchain Development Kit for
18
18
* Complete [Quickstart: Create a blockchain member using the Azure portal](create-member.md) or [Quickstart: Create an Azure Blockchain Service blockchain member using Azure CLI](create-member-cli.md)
19
19
*[Visual Studio Code](https://code.visualstudio.com/Download)
20
20
*[Azure Blockchain Development Kit for Ethereum extension](https://marketplace.visualstudio.com/items?itemName=AzBlockchain.azure-blockchain)
21
-
*[Node.js 10.15.x or higher](https://nodejs.org/download)
21
+
*[Node.js 10.15.x or higher](https://nodejs.org)
22
22
*[Git 2.10.x or higher](https://git-scm.com)
23
-
*[Python 2.7.15](https://www.python.org/downloads/release/python-2715/) Add python.exe to your path. Python version 2.7.15 in your path is required for Azure Blockchain Development Kit.
23
+
*[Python 2.7.15](https://www.python.org/downloads/release/python-2715/) Add python.exe to your path. Having Python version 2.7.15 in your path is required for Azure Blockchain Development Kit.
Copy file name to clipboardExpand all lines: articles/blockchain/service/develop.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Azure Blockchain Service development overview
3
3
description: Introduction on developing solutions on Azure Blockchain Service.
4
-
ms.date: 11/22/2019
4
+
ms.date: 03/26/2020
5
5
ms.topic: conceptual
6
6
ms.reviewer: janders
7
7
#Customer intent: As a blockchain developer, I want to understand common development tools I can use with Azure Blockchain Service, so that I can get started developing blockchain applications using Azure.
@@ -19,6 +19,8 @@ There are different types of clients for blockchain networks including full node
19
19
20
20
You can connect to consortium members using the Azure Blockchain Development Kit Visual Studio Code extension. Once connected to a consortium, you can compile, build, and deploy smart contracts to an Azure Blockchain Service consortium member.
21
21
22
+
To develop sophisticated enterprise blockchain solutions, a development framework is needed to connect to different blockchain networks and manage smart contract lifecycles. Most projects interact with at least two blockchain nodes. Developers use a local blockchain during development. When the application is ready for test or release, the developer deploys to a blockchain network. For example, the main public Ethereum network or Azure Blockchain Service. Azure Blockchain Development Kit for Ethereum extension in Visual Studio Code uses Truffle. Truffle is a popular blockchain development framework to write, compile, deploy, and test decentralized applications on Ethereum blockchains. You can also think of Truffle as a framework that attempts to seamlessly integrate smart contract development and traditional web development.
23
+
22
24
For more information, see [Quickstart: Use Visual Studio Code to connect to an Azure Blockchain Service consortium network](connect-vscode.md).
23
25
24
26
### MetaMask
@@ -33,14 +35,6 @@ Geth is the command-line interface for running a full Ethereum node implemented
33
35
34
36
For more information, see [Quickstart: Use Geth to attach to an Azure Blockchain Service transaction node](connect-geth.md).
35
37
36
-
## Development framework configuration
37
-
38
-
To develop sophisticated enterprise blockchain solutions, a development framework is needed to connect to different blockchain networks and manage smart contract lifecycles.
39
-
40
-
Truffle is a popular blockchain development framework to write, compile, deploy, and test decentralized applications on Ethereum blockchains. You can also think of Truffle as a framework that attempts to seamlessly integrate smart contract development and traditional web development.
41
-
42
-
Most projects interact with at least two blockchain nodes. Developers use a local blockchain during development. When the application is ready for test or release, the developer deploys to a blockchain network. For example, the main public Ethereum network or Azure Blockchain Service. Truffle can be used to compile and deploy smart contracts for each network and simplifies final application deployment. For more information, see [Quickstart: Use Truffle to connect to a an Azure Blockchain Service network](connect-truffle.md).
43
-
44
38
## Ethereum Quorum private transactions
45
39
46
40
Quorum is an Ethereum-based distributed ledger protocol with transaction plus contract privacy and new consensus mechanisms. Key
0 commit comments