NOTE: This repo was for cohort 1. The pattern can probably continue to be followed. Check Issues
and Pull requests
to see if there are changes in case this repo seems to be broken. I will also point out https://github.com/nstankov-bg/ppp as a fork for cohort 2.
The dockerfiles are current for the right plutus commit for Week06 homework. I'll try to keep it up-to-date.
docker-compose up -d
To build for a specific week, the commit-tag, of the plutus clone command, needs to be changed inside the Dockerfile.
WORKDIR /opt
### change here
ARG PLUTUS_GIT_COMMIT=ea0ca4e9f9821a9dbfc5255fa0f42b6f2b3887c4
###
RUN git clone https://github.com/input-output-hk/plutus /opt/plutus && \
cd /opt/plutus && \
git checkout ${PLUTUS_GIT_COMMIT}
Run the prebuild images with
docker-compose -f docker-compose-week<X>-cohort<Y>.yml up -d
Afterwards navigate your browser to https:localhost:8009
NOTE: ** the s in https**.
- Pioneer Wiki - https://docs.plutus-community.com/