No description
Find a file
2021-04-08 12:51:18 +02:00
code/week01 reformated imports 2021-04-08 12:51:18 +02:00
README.md updated README 2021-04-08 12:17:32 +02:00

Plutus Pioneer Program

Lectures

  • Lecture #1

    • Welcome
    • The (E)UTxO-model
    • Running an example auction contract on a local Playground
    • Homework

Code Examples

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) with npm run start.
    • Copy-paste the auction contract into the Playground editor - don't forget to remove the module header!
    • Compile.
    • Simulate various auction scenarios.

Additional Resources