Skip to content

Instantly share code, notes, and snippets.

View IgorMy's full-sized avatar
🎯
Focusing

Ihar Myshkevich IgorMy

🎯
Focusing
View GitHub Profile
@IgorMy
IgorMy / Playground.hs
Created January 26, 2021 18:07
Plutus Playground Smart Contract
import Playground.Contract
import Control.Monad (void)
import Data.Aeson (FromJSON, ToJSON)
import qualified Data.Text as T
import GHC.Generics (Generic)
import Language.Plutus.Contract
import qualified Language.PlutusTx as PlutusTx
import Language.PlutusTx.Prelude
import Ledger
import qualified Ledger.Ada as Ada