[
"{
owner: aleo12jwjgr6uvlydcgjlguyhlp6rfgntnyx7hk5g8k5dllqpjtdngcqqcrhmfj.private,
amount: 66u64.private,
_nonce: 260243138182286242241245871107463064800472007386532712320975003197326648304group.public,
_version: 1u8.public
}",
"aleo1cqep0qulay9fjjfgtz0y7gfj0d88yvqq4587dud88gjky7fmj59sc65pyq",
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ./husky/pre-commit | |
| #!/bin/sh | |
| # Define ANSI color codes | |
| MAGENTA='\033[35m' | |
| RESET_COLOR='\033[0m' | |
| # Check if the message has been displayed | |
| if [ -z "$LINTER_MESSAGE_DISPLAYED" ]; then |
- Get admin to create these two:
- access key
- secret key
Store them in 1Password
-
Install the AWS CLI tool
-
Run the following to configure your authorization keys into your local environment. Leave the "region name" and "output format" options blank by simply pressing "Enter". See image in comment below.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- bbb --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //if the word starts with a vowel, so vowel test returns index 0, then simply add "way" to the end of the word | |
| //grab the first consonant of str by checking where the first vowel resides | |
| var finishedWord = ""; | |
| var string = ""; | |
| var a = ""; | |
| var e = ""; |