{"id":29640327,"url":"https://github.com/carteramesh/fireblocks-signer-transport","last_synced_at":"2025-07-21T21:03:28.580Z","repository":{"id":304615942,"uuid":"1019083937","full_name":"CarteraMesh/fireblocks-signer-transport","owner":"CarteraMesh","description":"HTTP client for signing fireblocks transactions","archived":false,"fork":false,"pushed_at":"2025-07-14T06:56:32.000Z","size":47,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-14T09:42:21.614Z","etag":null,"topics":["blockchain","fireblocks","rust"],"latest_commit_sha":null,"homepage":"https://cartera-mesh.com","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CarteraMesh.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-13T17:44:34.000Z","updated_at":"2025-07-14T06:56:34.000Z","dependencies_parsed_at":"2025-07-14T09:42:27.331Z","dependency_job_id":"1cab8784-63b0-4b03-ae18-b6517d668ed5","html_url":"https://github.com/CarteraMesh/fireblocks-signer-transport","commit_stats":null,"previous_names":["carteramesh/fireblocks-signer-transport"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/CarteraMesh/fireblocks-signer-transport","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarteraMesh%2Ffireblocks-signer-transport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarteraMesh%2Ffireblocks-signer-transport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarteraMesh%2Ffireblocks-signer-transport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarteraMesh%2Ffireblocks-signer-transport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CarteraMesh","download_url":"https://codeload.github.com/CarteraMesh/fireblocks-signer-transport/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarteraMesh%2Ffireblocks-signer-transport/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266379207,"owners_count":23920157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","fireblocks","rust"],"created_at":"2025-07-21T21:02:00.492Z","updated_at":"2025-07-21T21:03:28.560Z","avatar_url":"https://github.com/CarteraMesh.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fireblocks-signer-transport\n\n[![Crates.io](https://img.shields.io/crates/v/fireblocks-signer-transport.svg)](https://crates.io/crates/fireblocks-signer-transport)\n[![Docs.rs](https://docs.rs/fireblocks-signer-transport/badge.svg)](https://docs.rs/fireblocks-signer-transport)\n[![CI](https://github.com/CarteraMesh/fireblocks-signer-transport/workflows/CI/badge.svg)](https://github.com/CarteraMesh/fireblocks-signer-transport/actions)\n[![Cov](https://codecov.io/github/CarteraMesh/fireblocks-signer-transport/graph/badge.svg?token=dILa1k9tlW)](https://codecov.io/github/CarteraMesh/fireblocks-signer-transport)\n\n## Installation\n\n### Cargo\n\n* Install the rust toolchain in order to have cargo installed by following\n  [this](https://www.rust-lang.org/tools/install) guide.\n* run `cargo install fireblocks-signer-transport`\n\n## Development\n\n### Prerequisites\n\n- **Rust Nightly**: Required for code formatting with advanced features\n  ```bash\n  rustup install nightly\n  ```\n\n### Getting Started\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/CarteraMesh/fireblocks-signer-transport.git\n   cd fireblocks-signer-transport\n   ```\n\n2. **Set up environment**\n   ```bash\n   # Copy and configure environment variables\n   cp env-sample .env\n\n   # Install Rust nightly for formatting\n   rustup install nightly\n   ```\n\n3. **Build and test**\n   ```bash\n   # Build the project\n   cargo build\n\n   # Run tests (requires valid Fireblocks credentials in .env)\n   cargo test\n\n   # Format code (requires nightly)\n   cargo +nightly fmt --all\n   ```\n\n### Code Formatting\n\nThis project uses advanced Rust formatting features that require nightly:\n\n```bash\n# Format all code\ncargo +nightly fmt --all\n\n# Check formatting\ncargo +nightly fmt --all -- --check\n```\n\n## License\n\n * MIT license\n   ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n## Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarteramesh%2Ffireblocks-signer-transport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarteramesh%2Ffireblocks-signer-transport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarteramesh%2Ffireblocks-signer-transport/lists"}