Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Algorand Coding Challenge Submission
What was the bug?
The transaction was un-signed. It needs to be signed.
How did you fix the bug?
The real trouble was getting Docker and Python setup with WSL2, just to get Algokit to start. Then it was just recreating the error, looking at the functions at hand, reading within the code-comments about signing a transaction, then finally trying sender.sk as the argument. Maybe I was helped by previous blockchain experiences, having a feel for what a transaction process looks like in the code. First thing I've ever done in typescript. it also complained about the console.log at the bottom, but I fixed that too, wasn't described in the challenge though.
Console Screenshot:
![Algorand1](https://private-user-images.githubusercontent.com/146851124/318963967-016c076f-3104-4b91-938f-d6311cf1b3be.PNG?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNDc0MDQsIm5iZiI6MTczOTI0NzEwNCwicGF0aCI6Ii8xNDY4NTExMjQvMzE4OTYzOTY3LTAxNmMwNzZmLTMxMDQtNGI5MS05MzhmLWQ2MzExY2YxYjNiZS5QTkc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQwNDExNDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lNmQxMTk0MGU3MDk5YzE5MmY1NWRkMjBjYzNlNWNiNzZhNDc5MzQ1N2RiNzU1OGQzYWVhNzE3YmYwYjRlYTBkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.qnQWUzsFPAvI2oNx9fAdRyAu-sxzt77s03jcYvoGH-s)
see attached