Skip to content

Instantly share code, notes, and snippets.

View shaansundar's full-sized avatar
💣
Hustling

Shaan Sundar shaansundar

💣
Hustling
View GitHub Profile
@shaansundar
shaansundar / Triple bool verification.hs
Created April 16, 2021 06:16
A plutus program to check a combination of three boolean logics as a passkey for a valid transaction
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}