Skip to content

ChainGreenOrg/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, one has to pass --no-default-features to cargo test:

cargo test --no-default-features

About

Rust implementation of clvm

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 82.5%
  • Python 17.4%
  • Shell 0.1%