fireblocks-config
Installation
Cargo
- Install the rust toolchain in order to have cargo installed by following this guide.
- run
cargo install fireblocks-config
Development
Prerequisites
- Rust Nightly: Required for code formatting with advanced features
Getting Started
-
Clone the repository
-
Build and test
# Build the project # Run tests (requires valid Fireblocks credentials in .env) # Format code (requires nightly)
Code Formatting
This project uses advanced Rust formatting features that require nightly:
# Format all code
# Check formatting
License
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
See CONTRIBUTING.md.