add script storage scripts

This commit is contained in:
boneyard93501
2021-03-18 15:31:42 -05:00
parent c508d096e7
commit a560fab1af
4 changed files with 82 additions and 0 deletions

View File

@ -0,0 +1,10 @@
(xor
(seq
(call node ("script" "remove") [script_id] result)
(call %init_peer_id% (returnService "run") [result])
)
(seq
(call relay ("op" "identity") [])
(call %init_peer_id% (returnService "run") ["XOR FAILED" %last_error%])
)
)