Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit dc903c1

Browse files
authored
Merge pull request #687 from bcgov/acapy-flags-md
fix link to local-network scenario
2 parents ddce112 + 4796c51 commit dc903c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This system is build on a distributed ledger (based on indy) that holds public c
1717
This is the web address the ACA-py agent will use to discover all the nodes on the Indy Ledger you wish to use.
1818

1919
Example Values:
20-
- **`http://host.docker.internal:9000/genesis`** will configure the agent that the Business Partner Agent uses to write to a VON network hosted directly on your local machine, this is great for local development/testing. That ledger can started by running `./start_infra.sh` In [local-network](../scripts/local-network)
20+
- **`http://host.docker.internal:9000/genesis`** will configure the agent that the Business Partner Agent uses to write to a VON network hosted directly on your local machine, this is great for local development/testing. That ledger is started when using the [local-network](../scripts/scenarios/local-network) scenario.
2121
- **`http://test.bcovrin.vonx.io/genesis`** will configure the agent that the Business Partner Agent uses to write to a Sovrin ledger hosted by the BC Provincial Government that is for development purposes and is free to use.
2222
- For a production use case, you will need to pick your ledger carefully for one that meets your needs. [Sovrin MainNET](https://sovrin.org/transaction-endorsers/) is one ledger that would be appropriate in production.
2323

0 commit comments

Comments
 (0)