From c4765f0f6080c6bb7f7edb5fd885bd03a23442c2 Mon Sep 17 00:00:00 2001 From: Cypher Pepe <125112044+cypherpepe@users.noreply.github.com> Date: Thu, 17 Apr 2025 16:08:29 +0300 Subject: [PATCH 1/2] fixed broken link Signed-off-by: Cypher Pepe <125112044+cypherpepe@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a7c718ef9..25307406db 100644 --- a/README.md +++ b/README.md @@ -280,7 +280,7 @@ nvcc --version # Check installed CUDA version 2. Sign a message with your private key using `snarkos account sign --raw -m "Message" --private-key-file=` 3. Verify your signature with `snarkos account verify --raw -m "Message" -s sign1SignatureHere -a aleo1YourAccountAddress` -Note, using the `--raw` flag with the command will sign plaintext messages as bytes rather than [Aleo](https://developer.aleo.org/aleo/language#data-types-and-values) values such as `1u8` or `100field`. +Note, using the `--raw` flag with the command will sign plaintext messages as bytes rather than [Aleo](https://developer.aleo.org/guides/aleo/language#data-types-and-values) values such as `1u8` or `100field`. ## 5. Command Line Interface From 3337ebc621c6179571fad802eff35f3115657bcc Mon Sep 17 00:00:00 2001 From: Cypher Pepe <125112044+cypherpepe@users.noreply.github.com> Date: Wed, 21 May 2025 00:03:50 +0300 Subject: [PATCH 2/2] Update [Aleo values] to README.md Co-authored-by: Kai Mast Signed-off-by: Cypher Pepe <125112044+cypherpepe@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25307406db..c0594cedfa 100644 --- a/README.md +++ b/README.md @@ -280,7 +280,7 @@ nvcc --version # Check installed CUDA version 2. Sign a message with your private key using `snarkos account sign --raw -m "Message" --private-key-file=` 3. Verify your signature with `snarkos account verify --raw -m "Message" -s sign1SignatureHere -a aleo1YourAccountAddress` -Note, using the `--raw` flag with the command will sign plaintext messages as bytes rather than [Aleo](https://developer.aleo.org/guides/aleo/language#data-types-and-values) values such as `1u8` or `100field`. +Note, using the `--raw` flag with the command will sign plaintext messages as bytes rather than [Aleo values](https://developer.aleo.org/guides/aleo/language#data-types-and-values) such as `1u8` or `100field`. ## 5. Command Line Interface