mirror of
https://github.com/FiloSpaTeam/plutus-pioneer-program.git
synced 2024-11-14 02:42:35 +01:00
updated README
This commit is contained in:
parent
d889a2de17
commit
08019e91f3
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
@ -12,6 +12,23 @@
|
|||
|
||||
- Lecture #1: [English Auction](code/week01)
|
||||
|
||||
## Exercises
|
||||
|
||||
- Week #1
|
||||
|
||||
- Build the [English Auction](code/week01) contract with `cabal build`.
|
||||
- Clone the [The Plutus repository](https://github.com/input-output-hk/plutus), check out the correct commit
|
||||
as specified in [cabal.project](code/week01/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
|
||||
|
||||
- [The Plutus repository](https://github.com/input-output-hk/plutus)
|
||||
- [Learn You a Haskell for Great Good!](http://learnyouahaskell.com/)
|
||||
- [Haskell & Cryptocurrencies course Mongolia](https://www.youtube.com/playlist?list=PLJ3w5xyG4JWmBVIigNBytJhvSSfZZzfTm)
|
||||
|
|
Loading…
Reference in a new issue