{"id":13408606,"url":"https://github.com/bicarus-labs/elrond-sdk-erdrs","last_synced_at":"2025-12-12T12:35:50.164Z","repository":{"id":42370372,"uuid":"416855507","full_name":"bicarus-labs/elrond-sdk-erdrs","owner":"bicarus-labs","description":"Elrond Rust SDK for interacting with the Elrond Network and Smart Contracts.","archived":false,"fork":false,"pushed_at":"2023-12-29T03:26:54.000Z","size":120,"stargazers_count":7,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-10T23:06:24.259Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bicarus-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-13T18:28:43.000Z","updated_at":"2024-04-27T20:22:45.000Z","dependencies_parsed_at":"2022-08-26T22:11:57.527Z","dependency_job_id":null,"html_url":"https://github.com/bicarus-labs/elrond-sdk-erdrs","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bicarus-labs%2Felrond-sdk-erdrs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bicarus-labs%2Felrond-sdk-erdrs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bicarus-labs%2Felrond-sdk-erdrs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bicarus-labs%2Felrond-sdk-erdrs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bicarus-labs","download_url":"https://codeload.github.com/bicarus-labs/elrond-sdk-erdrs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221472609,"owners_count":16828238,"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-30T20:00:54.023Z","updated_at":"2025-12-12T12:35:45.137Z","avatar_url":"https://github.com/bicarus-labs.png","language":"Rust","funding_links":[],"categories":["MultiversX community"],"sub_categories":["SDKs and dev tools"],"readme":"# Elrond SDK for Rust\n\n[![Crates.io](https://img.shields.io/crates/v/elrond-sdk-erdrs)](https://crates.io/crates/elrond-sdk-erdrs)\n\n## Example\n\n```rust\nuse elrond_sdk_erdrs::blockchain::rpc::{ElrondProxy, DEVNET_GATEWAY};\n\n#[tokio::test]\nasync fn get_network_config() {\n    let blockchain = ElrondProxy::new(DEVNET_GATEWAY.to_string());\n    let network_config = blockchain.get_network_config().await.unwrap();\n\n    println!(\"network_config: {:?}\", network_config)\n}\n```\n\nMore example in `./src/blockchain/tests.rs`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbicarus-labs%2Felrond-sdk-erdrs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbicarus-labs%2Felrond-sdk-erdrs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbicarus-labs%2Felrond-sdk-erdrs/lists"}