{"id":15395258,"url":"https://github.com/abdelstark/howmuch-rs","last_synced_at":"2025-07-28T21:09:43.404Z","repository":{"id":64390109,"uuid":"575393914","full_name":"AbdelStark/howmuch-rs","owner":"AbdelStark","description":"A library providing helpers for various StarkNet fees related tasks.","archived":false,"fork":false,"pushed_at":"2023-01-12T08:15:21.000Z","size":4198,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-26T22:57:48.669Z","etag":null,"topics":["cli","starknet"],"latest_commit_sha":null,"homepage":"","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/AbdelStark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-07T12:16:03.000Z","updated_at":"2023-03-12T17:03:45.000Z","dependencies_parsed_at":"2023-02-09T10:45:32.642Z","dependency_job_id":null,"html_url":"https://github.com/AbdelStark/howmuch-rs","commit_stats":null,"previous_names":["abdelhamidbakhta/howmuch-rs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AbdelStark/howmuch-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdelStark%2Fhowmuch-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdelStark%2Fhowmuch-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdelStark%2Fhowmuch-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdelStark%2Fhowmuch-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbdelStark","download_url":"https://codeload.github.com/AbdelStark/howmuch-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdelStark%2Fhowmuch-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267585844,"owners_count":24111577,"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-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["cli","starknet"],"created_at":"2024-10-01T15:27:02.641Z","updated_at":"2025-07-28T21:09:43.385Z","avatar_url":"https://github.com/AbdelStark.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e🐺 How Much ? 🦀\u003c/h1\u003e\n  \u003cimg src=\"docs/images/logo.png\" height=\"200\"\u003e\n  \u003cbr /\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cbr /\u003e\n\n![GitHub Workflow Status](https://img.shields.io/github/workflow/status/abdelhamidbakhta/starknet-howmuch-rs/test?style=flat-square\u0026logo=github)\n[![Project license](https://img.shields.io/github/license/abdelhamidbakhta/starknet-howmuch-rs.svg?style=flat-square)](LICENSE)\n[![Pull Requests welcome](https://img.shields.io/badge/PRs-welcome-ff69b4.svg?style=flat-square)](https://github.com/abdelhamidbakhta/starknet-howmuch-rs/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)\n\n\u003c/div\u003e\n\n![](docs/images/demo.gif)\n\n\u003cdetails open=\"open\"\u003e\n\u003csummary\u003eTable of Contents\u003c/summary\u003e\n\n- [About](#about)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n- [Usage](#usage)\n  - [Estimate fees on network](#estimate-fees-on-network)\n- [Authors \\\u0026 contributors](#authors--contributors)\n- [Security](#security)\n- [License](#license)\n\n\u003c/details\u003e\n\n---\n\n## About\n\n\u003e A library providing helpers for various StarkNet fees related tasks.\n\u003e It can be used as a library or as a CLI.\n\n## Getting Started\n\n### Prerequisites\n\n- [Rust](https://www.rust-lang.org/tools/install)\n\n### Installation\n\n```bash\ncargo install howmuch-rs\n```\n\n## Usage\n\n```\nHow much ?\n\nUsage: howmuch-rs \u003cCOMMAND\u003e\n\nCommands:\n  fees  Fees related subcommands\n  help  Print this message or the help of the given subcommand(s)\n\nOptions:\n  -h, --help     Print help information\n  -V, --version  Print version information\n```\n\n### Estimate fees on network\n\n```bash\nRUST_LOG=debug howmuch-rs fees estimate-on-network \\\n--tx-hash=0x073251e7ff3843c4954aa2e7f38d8c29034e34a1ddbaeb1e62605ec10ca22367 \\\n--source-block-number=21410 \\\n--destination-block-number=15925\n```\n\n### Print a summary of the resources used\n```bash\nhowmuch-rs fees summary \\\n--tx-hash=0x073251e7ff3843c4954aa2e7f38d8c29034e34a1ddbaeb1e62605ec10ca22367\n```\n\nor with a file:\n```bash\nhowmuch-rs fees summary \\\n--transaction_file tests/example.json\n```\n\n## Authors \u0026 contributors\n\nFor a full list of all authors and contributors, see [the contributors page](https://github.com/abdelhamidbakhta/starknet-howmuch-rs/contributors).\n\n## Security\n\nStarkNet-HowMuch-rs follows good practices of security, but 100% security cannot be assured.\nStarkNet-HowMuch-rs is provided **\"as is\"** without any **warranty**. Use at your own risk.\n\n\n## License\n\nThis project is licensed under the **MIT license**.\n\nSee [LICENSE](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdelstark%2Fhowmuch-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdelstark%2Fhowmuch-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdelstark%2Fhowmuch-rs/lists"}