DEV Community

Chase Struse
Chase Struse

Posted on • Updated on

[Day 6] Why is blockchain so hard?!

Day 6, my bad for not posting yesterday, I totally forgot to post but I didn't forget to code! Yesterday was a fun day and I am glad I got myself to code on the weekend. Sometimes weekends can be hard for me because I am so distracted by other things.

All of my code can be found at this Github Repo

What did I do?

  • Continued to modify the structure of the smart contracts
  • Wrote tests for Buyer contract
  • Fixed issues with failing tests
  • Found potential bugs in the way things are setup

What did I learn?

  • Learned how to get multiple return types from a function
  • Learned how to return multiple values from a single function
  • Learned what 'pure' and 'view' are in solidity

Any Side Notes?

  • Nope just gotta keep the grind going!

Top comments (2)

Collapse
 
nickeu profile image
Nikolajs Korolkovs • Edited

Hey! Good luck on your journey.

None of these posts link to your Github repo though, they just link to dev.to posts.

Collapse
 
captsnoodle profile image
Chase Struse

Figured out my mistake with the link, should be working now!