{"id":13454231,"url":"https://github.com/metachaos-systems/steem-client-rs","last_synced_at":"2025-06-28T05:34:47.480Z","repository":{"id":143651046,"uuid":"65497129","full_name":"metachaos-systems/steem-client-rs","owner":"metachaos-systems","description":"Client library for Steem blockchain built with Rust","archived":false,"fork":false,"pushed_at":"2017-03-26T16:19:51.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-10T17:19:26.934Z","etag":null,"topics":[],"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/metachaos-systems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-08-11T19:49:16.000Z","updated_at":"2017-03-26T17:08:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ec27c51-c29a-49fe-9e87-94708c42bd36","html_url":"https://github.com/metachaos-systems/steem-client-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metachaos-systems%2Fsteem-client-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metachaos-systems%2Fsteem-client-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metachaos-systems%2Fsteem-client-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metachaos-systems%2Fsteem-client-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metachaos-systems","download_url":"https://codeload.github.com/metachaos-systems/steem-client-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245217336,"owners_count":20579290,"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","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":[],"created_at":"2024-07-31T08:00:52.046Z","updated_at":"2025-03-24T05:33:21.425Z","avatar_url":"https://github.com/metachaos-systems.png","language":"Rust","funding_links":[],"categories":["SDKs"],"sub_categories":[],"readme":"# Steem-client-rs\n\nThis is a Steem client library for Rust. Work in progress.\n\n# How to use\n\nSteem-client-rs hasn't been graduated to crates.io yet, so you'll need to use git dependency, like this.\n\n```rust\n[dependencies]\nsteem-client = { git = \"https://github.com/cyberpunk-ventures/steem-client-rs\" }\n```\n\nExample code\n```rust\nextern crate steem_client;\nuse steem_client::*;\n\nlet api = steem_client::SteemApi::DatabaseApi;\nlet api_method = \"get_dynamic_global_properties\".to_string();\nlet args = vec![];\n\nlet response: Result\u003cserde_json::Value, SteemError\u003e = steem_client::call(api, api_method, args);\nresponse[\"result\"][\"head_block_number\"].as_u64().unwrap() \u003e 10000000; // true\n```\n\n# Roadmap\n\n* Implement futures\n* Investigate json_rpc crate from eth_core implementation in Ethereum's Parity\n* Add more utility functions\n* Investigate WS and evented approach\n* Add more response structs and types for different JSONRPC apis and methods\n* More tests and docs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetachaos-systems%2Fsteem-client-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetachaos-systems%2Fsteem-client-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetachaos-systems%2Fsteem-client-rs/lists"}