Last active
September 29, 2021 10:48
-
-
Save netsamir/823e2413ed40884b53898c327cfca168 to your computer and use it in GitHub Desktop.
Plutus Playground Smart Contract
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Playground.Contract | |
import qualified Language.PlutusTx as PlutusTx | |
import qualified Language.PlutusTx.Prelude as P | |
import Ledger | |
import Ledger.Validation | |
import wallet | |
import Plutus.Contract |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[0,[]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment