PPP 030103 - Building the Example Code

preview_player
Показать описание
Plutus Pioneer Program, Iteration #3, Lecture #1, Part #3
Рекомендации по теме
Комментарии
Автор

Thanks again for the instructions. Been there, done that, moved on to Part #4 😎

albertoaguzzi
Автор

For anyone this may help, the directory will be

No need to add the code/haskell part. Lars has a different file directory than those who put the clones in your home folder.

MrSirFluffy
Автор

Please add the Git paths to the description.

DSSlocksmiths
Автор

Running `nix-shell` for the first time seems to build GHC from scratch although I've followed the instructions in the plutus-apps repo on setting up binary caches. Any idea why?

hussainsobhy
Автор

6:20 build-and-serve-docs command not found.

jeffreywbaumann
Автор

"plutus dash apps" not "plutus minus apps"

jw
Автор

I am curious where does `build-and-serve-docs` come from? Is it a `nix` command?

igortovstopyat-nelip
Автор

if you're on the macbook m1 chip, youre probably having issues running nix-shell.

youll need to add this to your nix.conf:
extra-platforms = x86_64-darwin aarch64-darwin

and then add this flag to your nix-shell command --option system x86_64-darwin

eitanseri-levi