input-output-hk / plutus-pioneer-program

This repository hosts the lectures of the Plutus Pioneers Program. This program is a training course that the IOG Education Team provides to recruit and train software developers in Plutus, the native smart contract language for the Cardano ecosystem.
1.39k stars 986 forks source link

(Week1) - cannot locate plutus-playground-client #66

Closed to-curiosity closed 2 years ago

to-curiosity commented 2 years ago

1.) I've Clone the The Plutus repository (from main branch) 2.) I can't find plutus-playground-client

GuessWhoSamFoo commented 2 years ago

Did you remember to checkout commit ea0ca4e9f of the plutus repo as specified in https://github.com/input-output-hk/plutus-pioneer-program/blob/main/code/week01/cabal.project#L28?

to-curiosity commented 2 years ago

Thanks for the response @GuessWhoSamFoo but am i missing something? I can't find that tag in the repo. I am very new at this image

GuessWhoSamFoo commented 2 years ago

It's a commit hash, not a tag. From the Plutus repo, git checkout <hash>.

See https://stackoverflow.com/questions/50942519/how-to-checkout-a-specific-commit-from-git for a better explanation

to-curiosity commented 2 years ago

@GuessWhoSamFoo thank you so much man, I got it now.