hyperledger-labs / business-partner-agent

The Business Partner Agent is a SSI wallet and controller based on aries cloud agent python.
https://labs.hyperledger.org/business-partner-agent/
Apache License 2.0
56 stars 49 forks source link

README for Manual addition of DIDs to the .env lists the wrong variable names #735

Closed heaversm closed 2 years ago

heaversm commented 2 years ago

Under scripts/README.md where it says:

Make a copy of the provided [.env-example file](https://github.com/hyperledger-labs/business-partner-agent/blob/main/scripts/.env-example) with the name .env. Set the AGENT1_SEED to the wallet seed.

It should say something like:

Make a copy of the provided [.env-example file](.env-example) with the name `.env`. Set the `ACAPY_SEED` to the wallet seed. Repeat this process for the second DID, and set the `ACAPY_SEED2` to the second wallet seed.

main thing being it should be ACAPY_SEED and not AGENT1_SEED

etschelp commented 2 years ago

updated with: https://github.com/hyperledger-labs/business-partner-agent/pull/738