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 README.md - Update private keys and addresses format #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jaguard2021
Copy link

Update private keys and addresses format

The original format of the private keys and addresses in the README.md file caused issues when copied directly into Git Bash, resulting in errors such as: bash: The: command not found
bash: private_key:: command not found
bash: address:: command not found
bash: The: command not found
bash: private_key:: command not found
bash: address:: command not found

To resolve this, I've adjusted the format to a version that is correctly interpreted by the system. Now, when copied and executed in Git Bash, it works without errors.

Original format:
The private key and address of Alice:
private_key_Alice="APrivateKey1zkp1w8PTxrRgGfAtfKUSq43iQyVbdQHfhGbiNPEg2LVSEXR" address_Alice="aleo13ssze66adjjkt795z9u5wpq8h6kn0y2657726h4h3e3wfnez4vqsm3008q"

The private key and address of Bob:
private_key_Bob="APrivateKey1zkpFo72g7N9iFt3JzzeG8CqsS5doAiXyFvNCgk2oHvjRCzF" address_Bob="aleo17vy26rpdhqx4598y5gp7nvaa9rk7tnvl6ufhvvf4calsrrqdaqyshdsf5z"

Adjusted format:

The private key and address of Alice:

private_key_Alice="APrivateKey1zkp1w8PTxrRgGfAtfKUSq43iQyVbdQHfhGbiNPEg2LVSEXR" address_Alice="aleo13ssze66adjjkt795z9u5wpq8h6kn0y2657726h4h3e3wfnez4vqsm3008q"

The private key and address of Bob:

private_key_Bob="APrivateKey1zkpFo72g7N9iFt3JzzeG8CqsS5doAiXyFvNCgk2oHvjRCzF" address_Bob="aleo17vy26rpdhqx4598y5gp7nvaa9rk7tnvl6ufhvvf4calsrrqdaqyshdsf5z"

The changed code is the code on lines 34 and 38

Update private keys and addresses format

The original format of the private keys and addresses in the README.md file caused issues when copied directly into Git Bash, resulting in errors such as:
bash: The: command not found
bash: private_key:: command not found
bash: address:: command not found
bash: The: command not found
bash: private_key:: command not found
bash: address:: command not found

To resolve this, I've adjusted the format to a version that is correctly interpreted by the system. Now, when copied and executed in Git Bash, it works without errors.

Original format:
The private key and address of Alice:
private_key_Alice="APrivateKey1zkp1w8PTxrRgGfAtfKUSq43iQyVbdQHfhGbiNPEg2LVSEXR"
address_Alice="aleo13ssze66adjjkt795z9u5wpq8h6kn0y2657726h4h3e3wfnez4vqsm3008q"

The private key and address of Bob:
private_key_Bob="APrivateKey1zkpFo72g7N9iFt3JzzeG8CqsS5doAiXyFvNCgk2oHvjRCzF"
address_Bob="aleo17vy26rpdhqx4598y5gp7nvaa9rk7tnvl6ufhvvf4calsrrqdaqyshdsf5z"

Adjusted format:
# The private key and address of Alice:
private_key_Alice="APrivateKey1zkp1w8PTxrRgGfAtfKUSq43iQyVbdQHfhGbiNPEg2LVSEXR"
address_Alice="aleo13ssze66adjjkt795z9u5wpq8h6kn0y2657726h4h3e3wfnez4vqsm3008q"

# The private key and address of Bob:
private_key_Bob="APrivateKey1zkpFo72g7N9iFt3JzzeG8CqsS5doAiXyFvNCgk2oHvjRCzF"
address_Bob="aleo17vy26rpdhqx4598y5gp7nvaa9rk7tnvl6ufhvvf4calsrrqdaqyshdsf5z"

The changed code is the code on lines 34 and 38

Signed-off-by: jaguard <88972434+jaguard2021@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant