/rust-filbase

Primary LanguageRustOtherNOASSERTION

Filbase

CircleCI License

Filecoin proofs & sector management in a convenient package.

Warning: Requires a new rust nightly.

Building

> cargo build --release

In case you have errors during the build try to update your nightly version:

rustup update && rustup toolchain install nightly && cargo build --release

Usage

# Start the daemon
> filbase daemon

# In another terminal
> filbase sector size
  1024

Benchmarks

In order to use this tool to run benchmarks, it needs to be compiled with the benchy feature.

> cargo build --release --features benchy
> ./target/release/filbase benchy --help

Testing

> cargo test

License

The Filecoin Project is dual-licensed under Apache 2.0 and MIT terms: