Skip to content

Instantly share code, notes, and snippets.

View kcw-grunt's full-sized avatar

Kerry Washington kcw-grunt

View GitHub Profile

Keybase proof

I hereby claim:

  • I am kcw-grunt on github.
  • I am kcw62 (https://keybase.io/kcw62) on keybase.
  • I have a public key ASCz0ycaxvEg9NoG-mbIGQprf1rIzs4QKNNaChaZJi_2xgo

To claim this, I am signing this object:

@kcw-grunt
kcw-grunt / Playground.hs
Last active April 28, 2019 04:18
Plutus Playground Smart Contract
import qualified Language.PlutusTx as PlutusTx
import qualified Ledger.Interval as Interval
import Ledger.Slot (SlotRange)
import qualified Ledger.Slot as Slot
import qualified Language.PlutusTx.Prelude as P
import Ledger
import qualified Ledger.Ada.TH as Ada
import Ledger.Ada (Ada)
import Ledger.Validation as V