-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplutus.json
More file actions
40 lines (40 loc) · 2.13 KB
/
plutus.json
File metadata and controls
40 lines (40 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"preamble": {
"title": "mrabdibdi/always-true",
"description": "Aiken contracts for project 'mrabdibdi/always-true'",
"version": "0.0.0",
"plutusVersion": "v3",
"compiler": {
"name": "Aiken",
"version": "v1.1.10+b25afa2"
},
"license": "Apache-2.0"
},
"validators": [
{
"title": "simple_script.simple_script.mint",
"redeemer": {
"title": "_redeemer",
"schema": {
"$ref": "#/definitions/Data"
}
},
"compiledCode": "59013501010029800aba2aba1aab9faab9eaab9dab9a48888896600264653001300700198039804000cc01c0092225980099b8748000c01cdd500144c96600264660020026eb0c030c034c034c034c034c034c034c034c034c028dd5001912cc00400629422b30013371e6eb8c03400522011c44de2ad7ed4bbf0a3b47c1a37515340a5bcb34e3f50634b9ccd050ab008a518998010011807000a012403113322325980099b8748008c02cdd5000c4c96600266e1d2002300c37546008601a6ea8c010c034dd5001c4cdc4000a4101a15b5936dd13371200290406856d64db72016375a601c60186ea8006294100a180698059baa3002300b375400246018601a0026016601860186018601860186018601860126ea800a29410071bae300a3008375400514a08030600e00260066ea801e29344d9590011",
"hash": "fc549c31ac10c84735fa2684297cc7b4c1e12491cd6bd7c01720aaed"
},
{
"title": "simple_script.simple_script.else",
"redeemer": {
"schema": {}
},
"compiledCode": "59013501010029800aba2aba1aab9faab9eaab9dab9a48888896600264653001300700198039804000cc01c0092225980099b8748000c01cdd500144c96600264660020026eb0c030c034c034c034c034c034c034c034c034c028dd5001912cc00400629422b30013371e6eb8c03400522011c44de2ad7ed4bbf0a3b47c1a37515340a5bcb34e3f50634b9ccd050ab008a518998010011807000a012403113322325980099b8748008c02cdd5000c4c96600266e1d2002300c37546008601a6ea8c010c034dd5001c4cdc4000a4101a15b5936dd13371200290406856d64db72016375a601c60186ea8006294100a180698059baa3002300b375400246018601a0026016601860186018601860186018601860126ea800a29410071bae300a3008375400514a08030600e00260066ea801e29344d9590011",
"hash": "fc549c31ac10c84735fa2684297cc7b4c1e12491cd6bd7c01720aaed"
}
],
"definitions": {
"Data": {
"title": "Data",
"description": "Any Plutus data."
}
}
}