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
987
forks
source link
Change package name `week02` and `week03` in cabal.project file #104
When i run cabal update in my local computer, it throw error about Week02 and Week03 not found.
So we need to change as bellow (from upper case to lower case).
When i run
cabal update
in my local computer, it throw error aboutWeek02
andWeek03
not found. So we need to change as bellow (from upper case to lower case).