Skip to content

simarsenault/plutus-pioneer-program-cohort-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plutus-pioneer-program-cohort-2

Notes

Personal notes from the Plutus Pioneer Program (2nd cohort)

  1. Week 01 - Introduction, Setup and Playground
  2. Week 02 - On-chain validation scripts
  3. Week 03 - Script contexts, parameterized contracts
  4. Week 04 - Monads, Emulator, Contract
  5. Week 05 - Values, native tokens and NFTs
  6. Week 06 - Oracles (No homework)
  7. Week 07 - State machines

Cheat Sheet

  1. Get public key hash of wallet (week 03):
    import Ledger
    import Wallet.Emulator
    pubKeyHash (walletPubKey (Wallet 2))
    
  2. Get POSIX time (week 03):
    import Ledger.TimeSlot
    import Data.Default
    slotToBeginPOSIXTime def 10
    

About

Personal notes from the Plutus Pioneer Program (2nd cohort)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published