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.
I'm not sure if I did everything the correct way, because this is all pretty new to me, but all the functionality seems to work :)
I only gave it a quick styling pass after I got everything working—I would normally spend way more time on the design. I used Tailwind because it's the styling syntax I'm most familiar with and it lets me move super quickly. If I took more time I would probably also refactor the codebase to make it more componentized.
I ran into some issues as I went, which I documented in case it's helpful:
localhost:8545
, because I didn't realize it was something the hardhat command would create (I think that's what happened?) and that I didn't have to manually add itCurrentAddressContext[0]
was showing only Vic's wallet address, not my connected wallet. Apparently it's a Brave thing: https://ethereum.stackexchange.com/a/94856, so I used ChromeFor the "stealing TST" part, I actually started writing an email to you asking for help and explaining what I'd tried so far, but the act of writing the email helped me get unstuck and figure it out.
Anyway, this was a great introduction to some basic web3 stuff! I learned a lot while going through it—thanks for putting it together :)