Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 399 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 399 Bytes

irys

Development setup

git submodule update --init --recursive --remote

other deps (for cuda):

clang & a C/C++ build toolchain
gmp
pkg-config

Local development commands:

cargo xtask --help

cargo xtask check
cargo xtask test
cargo xtask unused-deps
cargo xtask typos

Testing

Testing Block Serialization

cargo test -p irys-types  -- --nocapture