mirror of
https://github.com/FiloSpaTeam/plutus-pioneer-program.git
synced 2024-11-14 19:02:53 +01:00
1.2 KiB
1.2 KiB
Plutus Pioneer Program
Lectures
-
- Welcome
- The (E)UTxO-model
- Running an example auction contract on a local Playground
- Homework
Code Examples
- Lecture #1: English Auction
Exercises
-
Week #1
- Build the English Auction contract with
cabal build
. - Clone the The Plutus repository, check out the correct commit as specified in cabal.project.
- Enter a
nix-shell
. - Go to the
plutus-playground-client
folder. - Start the Playground server with
plutus-playground-server
. - Start the Playground client (in another
nix-shell
) withnpm run start
. - Copy-paste the auction contract into the Playground editor - don't forget to remove the module header!
- Compile.
- Simulate various auction scenarios.
- Build the English Auction contract with