Skip to content

petanix/clvm_rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust implementation of clvm.

Install into current virtualenv with

$ pip install maturin
$ maturin develop --release
$ pip install git+https://github.com/Chia-Network/clvm@use_clvm_rs

Note that for now, you must use the use_clvm_rs branch of clvm.

The rust code replaces run_program and CLVMObject.

In order to run the unit tests, run:

cargo test

About

Rust implementation of clvm

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 86.4%
  • Python 13.5%
  • Shell 0.1%