Replace 'assets' with generated blueprints.
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"type": "PlutusScriptV2",
|
||||
"description": "Generated by Aiken",
|
||||
"cborHex": "58bb58b90100002225333573464646464a666ae6800840045281919198009bac330043005330043005006480012010375c66008600a01090001800800911192999aab9f00114a026464a666ae68cdc78010020a511333006006001004357440046eb8d5d080080119b97323001375c66004600600a900011b9900149010d48656c6c6f2c20576f726c64210022323330010014800000c888cccd5cd19b870040025742466600800866e0000d20023574400200246aae78dd50008a4c2d"
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
58b90100002225333573464646464a666ae6800840045281919198009bac330043005330043005006480012010375c66008600a01090001800800911192999aab9f00114a026464a666ae68cdc78010020a511333006006001004357440046eb8d5d080080119b97323001375c66004600600a900011b9900149010d48656c6c6f2c20576f726c64210022323330010014800000c888cccd5cd19b870040025742466600800866e0000d20023574400200246aae78dd50008a4c2d
|
||||
47
examples/hello_world/plutus.json
Normal file
47
examples/hello_world/plutus.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"preamble": {
|
||||
"title": "aiken-lang/hello_world",
|
||||
"description": "Aiken contracts for project 'aiken-lang/hello_world'",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"validators": [
|
||||
{
|
||||
"title": "hello_world",
|
||||
"purpose": "spend",
|
||||
"datum": {
|
||||
"title": "Datum",
|
||||
"anyOf": [
|
||||
{
|
||||
"title": "Datum",
|
||||
"dataType": "constructor",
|
||||
"index": 0,
|
||||
"fields": [
|
||||
{
|
||||
"title": "owner",
|
||||
"dataType": "bytes"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"redeemer": {
|
||||
"title": "Redeemer",
|
||||
"anyOf": [
|
||||
{
|
||||
"title": "Redeemer",
|
||||
"dataType": "constructor",
|
||||
"index": 0,
|
||||
"fields": [
|
||||
{
|
||||
"title": "msg",
|
||||
"dataType": "bytes"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"compiledCode": "58db01000032322225333573464646464a666ae6800840045281919198009bac330043005330043005006480012010375c66008600a01090001800800911192999aab9f00114a026464a666ae68cdc78010020a511333006006001004357440046eb8d5d080080119b97323001375c66004600600a900011b9900149010d48656c6c6f2c20576f726c64210022323330010014800000c888cccd5cd19b870040025742466600800866e0000d20023574400200246aae78dd50008a4c2c6002002444a666aae7c008526133573660026ae84008ccc00c00cd5d10010009",
|
||||
"hash": "d478e73c101a53d083f4720d400c876d7441c279168becabab0e0177"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user