-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathscript.ts
More file actions
7 lines (6 loc) · 1.53 KB
/
script.ts
File metadata and controls
7 lines (6 loc) · 1.53 KB
1
2
3
4
5
6
7
import { applyDoubleCborEncoding } from "@evolution-sdk/lucid";
export const Script = {
HelloWorld: applyDoubleCborEncoding(
"5902c301010029800aba4aba2aba1aab9faab9eaab9dab9cab9a48888888a60022a66004920162657870656374205b50616972286d696e7465645f746f6b656e5f6e616d652c20717479295d203d0a20202020202074782e6d696e74207c3e206173736574732e746f6b656e7328706f6c6963795f696429207c3e20646963742e746f5f706169727300168a998012491e72656465656d657220746f6b656e5f6e616d653a2042797465417272617900168a998012490d72656465656d65723a20496e7400164889660026464646644b30013370e900000144c96600200500880440220111332259800800c02e264b300130130028992cc004cdc3a4004003159800acc004cdc79bae30100020048a518a99807a49276d696e7465645f746f6b656e5f6e616d65203d3d20746f6b656e5f6e616d65203f2046616c73650014a080722b30013371e00891010d48656c6c6f2c20576f726c6421008a518a99807a4925746f6b656e5f6e616d65203d3d202248656c6c6f2c20576f726c642122203f2046616c73650014a08072294100e456600266e1d20010018a518a99807a4910496e76616c6964205175616e74697479001640388070dd69808000c0310111808800a020375c0046464660020026eacc044c048c048c048c048c03cdd51808804112cc00400600713233225980099b910070028acc004cdc78038014400600c808226600a00a602c0088080dd718080009bab301100130120014044297adef6c6040446eb8c038c030dd5001c56600266e1d200200289919912cc004012013009804c56600266e1cdd6802240a914a3153300d49011672656465656d6572203d3d203432203f2046616c73650014a080620128098c03c004c03cc040004c030dd5001c590092012300937540026018004601660180026016002600e6ea8032293454cc0152411856616c696461746f722072657475726e65642066616c7365001365640101"
),
};