| Crates.io | fireblocks-signer-transport |
| lib.rs | fireblocks-signer-transport |
| version | 0.1.5 |
| created_at | 2025-07-14 06:56:26.967387+00 |
| updated_at | 2025-11-28 15:01:30.015139+00 |
| description | HTTP transport for fireblocks API |
| homepage | https://github.com/CarteraMesh/fireblocks-signer-transport |
| repository | https://github.com/CarteraMesh/fireblocks-signer-transport |
| max_upload_size | |
| id | 1751254 |
| size | 257,491 |
A fireblocks account with API key. See developer portal and sign up for a sandbox account
cargo install fireblocks-signer-transportrustup install nightly
Clone the repository
git clone https://github.com/CarteraMesh/fireblocks-signer-transport.git
cd fireblocks-signer-transport
Set up environment
# Copy and configure environment variables
cp env-sample .env
# Install Rust nightly for formatting
rustup install nightly
Build and test
# Build the project
cargo build
# Run tests (requires valid Fireblocks credentials in .env)
cargo test
# Format code (requires nightly)
cargo +nightly fmt --all
This project uses advanced Rust formatting features that require nightly:
# Format all code
cargo +nightly fmt --all
# Check formatting
cargo +nightly fmt --all -- --check
at your option.
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.