Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

filecoin-project/rust-filbase

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE.md
Unknown
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages