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: src/content/docs/aws/services/managedblockchain.md
+28-19Lines changed: 28 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
2
title: "Managed Blockchain (AMB)"
3
-
linkTitle: "Managed Blockchain (AMB)"
4
-
description: >
5
-
Get started with Managed Blockchain (AMB) on LocalStack
3
+
description: Get started with Managed Blockchain (AMB) on LocalStack
6
4
tags: ["Ultimate"]
7
5
---
8
6
7
+
## Introduction
8
+
9
9
Managed Blockchain (AMB) is a managed service that enables the creation and management of blockchain networks, such as Hyperledger Fabric, Bitcoin, Polygon and Ethereum.
10
10
Blockchain enables the development of applications in which multiple entities can conduct transactions and exchange data securely and transparently, eliminating the requirement for a central, trusted authority.
11
11
12
12
LocalStack allows you to use the AMB APIs to develop and deploy decentralized applications in your local environment.
13
-
The supported APIs are available on our [API Coverage Page]({{< ref "coverage_managedblockchain" >}}), which provides information on the extent of AMB integration with LocalStack.
13
+
The supported APIs are available on our [API Coverage Page](), which provides information on the extent of AMB integration with LocalStack.
14
14
15
15
## Getting started
16
16
@@ -24,8 +24,8 @@ We will demonstrate how to create a blockchain network, a node, and a proposal.
24
24
You can create a blockchain network using the [`CreateNetwork`](https://docs.aws.amazon.com/managed-blockchain/latest/APIReference/API_CreateNetwork.html) API.
25
25
Run the following command to create a network named `OurBlockchainNet` which uses the Hyperledger Fabric with the following configuration:
Replace the `NetworkId` and `MemberId` values in the above command with the values you copied in the previous step.
111
117
@@ -114,16 +120,19 @@ Replace the `NetworkId` and `MemberId` values in the above command with the valu
114
120
You can create a proposal using the [`CreateProposal`](https://docs.aws.amazon.com/managed-blockchain/latest/APIReference/API_CreateProposal.html) API.
115
121
Run the following command to create a proposal with the following configuration:
0 commit comments