Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.99 KB

HOMEWORK.md

File metadata and controls

32 lines (22 loc) · 1.99 KB

Homework

Homework isn't the best word, but it kinda fits: this file contains our recommendations on things to do with the code to make your learning more interactive.

Run integration tests

I know, you may have already ran them after the previous session. But now the tests are different, and the content is different and you can see all the debug output we written in the zome!

instructions

  1. run nix-shell in the root of this repo. See Environment setup in README.md for more details
  2. run npm run test inside your nix-shell

Holochain Gym exercices

There's an amazing resource called Holochain Gym where you can do small exercices to strenghten your knowledge.

We have covered a lot of topics in the small bits of code that we wrote in this session, so check out these exercises to help you make sense of them separately:

Don't worry if that looks like a lot: we'll be using the same concepts when developing other parts of the game too, so things would start to make sense as you learn more about their usage.

Additional homework for session 5