is a simple storage estimator program written in Rust. It prompts the user for a storage size in Pebibytes (PiB), and then calculates the number of 32 Gibibyte sectors, the estimated collateral requirement, and the gas fees required for onboarding such storage to the Filecoin network.
Disclaimer: This program is a fun project and is not intended for professional use. The results should be used for informational purposes only.
Run the program using the command:
cargo run
Then input the desired storage size in Pebibytes when prompted.
To build the program, use the following command:
cargo build
To run tests, use the following command:
cargo test
This program is written in Rust and requires the Rust compiler and associated tools to be installed. You can download Rust from the official website at https://www.rust-lang.org/.
Contributions are welcome! Please submit a Pull Request or open an Issue on GitHub if you would like to propose changes or improvements to this project.
This project is released under the MIT License.