clvmr 0.17.4

Implementation of `clvm` for Chia Network's cryptocurrency
Documentation
1
2
3
4
5
6
7
8
9
10
11
;(mod (string)
;    (defun explode (input)
;        (if (> 10 (strlen input))
;             (c input ())
;             (c (substr input 0 9) (explode (substr input 9 (strlen input))))
;         )
;    )
;    (explode string)
;)

(a (q 2 2 (c 2 (c 5 (q)))) (c (q 2 (i (> (q . 10) (strlen 5)) (q 4 5 (q)) (q 4 (substr 5 (q) (q . 9)) (a 2 (c 2 (c (substr 5 (q . 9) (strlen 5)) (q)))))) 1) 1))