Skip to content

Rigidity/curry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLVM Curry Tool

Install Rustup.

Then, run this to install this tool:

cargo install --git https://github.com/rigidity/curry

Now you can curry CLVM like so:

curry '(+ 2 5)' '(1000)'

You can run the output with something like clvm_tools_rs:

brun '(a (q 16 2 5) (c (q . 1000) 1))' '(2000)'

Optionally, curry from hex:

curry -x ff10ff02ff0580 ff8203e880

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages