Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update quick start guide #126

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/getting-started/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Now follow the steps below to deploy your first smart contract using the k8s bui
Download the sample Kubernetes test network (fabric-samples isn't tagged so we'll use a known good commit).

```shell
export FABRIC_SAMPLES_COMMIT=0db64487e5e89a81d68e6871af3f0907c67e7d75
export FABRIC_SAMPLES_COMMIT=1058f9ffe16add583d1a11342deb5a9df3e5b72c
curl -sSL "https://github.com/hyperledger/fabric-samples/archive/${FABRIC_SAMPLES_COMMIT}.tar.gz" | \
tar -xzf - --strip-components=1 \
fabric-samples-${FABRIC_SAMPLES_COMMIT}/test-network-k8s \
Expand All @@ -29,7 +29,7 @@ Set the following environment variables to enable the k8s builder and define whi

```shell
export TEST_NETWORK_CHAINCODE_BUILDER="k8s"
export TEST_NETWORK_K8S_CHAINCODE_BUILDER_VERSION="0.13.0"
export TEST_NETWORK_K8S_CHAINCODE_BUILDER_VERSION="0.14.0"
```

## Download chaincode samples
Expand Down