Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.03 KB

File metadata and controls

22 lines (17 loc) · 1.03 KB

Plutus pioneer program solutions

This repo has all my solutions related to the Plutus Pioneer program, part of the Cardano ecosystem. I was part of the Second Cohort.

Disclaimer

Those solutions are not necessarily the correct ones, since during the course of the program, I was in a learning process. Therefore, they shouldn't be taken as a final solution or to implement in a production environment.

Visual code

After installing and using nix-shell.

  1. Create a root folder, in my case ~/cardano and add all your repos to it:
  1. Open visual studio code.
  2. Create a workspace on root folder: cardano.code-workspace
  3. Add all repos desired to the workspace.
  4. Close visual studio code
  5. Open a nix-shell and go to root folder
  6. Execute code cardano.code-workspace
  7. That's all! Now you have lint and help docs from visual code.