{"id":23353902,"url":"https://github.com/epicchainlabs/epicchain-rust-sdk","last_synced_at":"2026-03-17T23:09:10.811Z","repository":{"id":232093550,"uuid":"782164906","full_name":"epicchainlabs/epicchain-rust-sdk","owner":"epicchainlabs","description":"The EpicChain Rust SDK is a comprehensive toolkit for developers looking to integrate EpicChain's blockchain capabilities into their Rust applications","archived":false,"fork":false,"pushed_at":"2024-07-24T07:43:01.000Z","size":1364,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T06:04:41.456Z","etag":null,"topics":["blockchain-sdk","blockchain-toolkit","decentralized-development","epicchain-ecosystem","epicchain-integration","epicchain-rust-sdk","epicchain-tools","rust-applications","rust-blockchain-development","rust-programming"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/epicchainlabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"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}},"created_at":"2024-04-04T19:02:24.000Z","updated_at":"2024-12-07T13:15:14.000Z","dependencies_parsed_at":"2024-04-08T01:03:29.825Z","dependency_job_id":"da91159a-6bac-4921-80e5-4ab3fdd82d21","html_url":"https://github.com/epicchainlabs/epicchain-rust-sdk","commit_stats":null,"previous_names":["epicchainlabs/epicchain-rust-sdk-","epicchainlabs/epicchain-rust-sdk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/epicchainlabs/epicchain-rust-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicchainlabs%2Fepicchain-rust-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicchainlabs%2Fepicchain-rust-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicchainlabs%2Fepicchain-rust-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicchainlabs%2Fepicchain-rust-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epicchainlabs","download_url":"https://codeload.github.com/epicchainlabs/epicchain-rust-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicchainlabs%2Fepicchain-rust-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30635156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T22:38:22.569Z","status":"ssl_error","status_checked_at":"2026-03-17T22:38:11.804Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-sdk","blockchain-toolkit","decentralized-development","epicchain-ecosystem","epicchain-integration","epicchain-rust-sdk","epicchain-tools","rust-applications","rust-blockchain-development","rust-programming"],"created_at":"2024-12-21T09:17:03.484Z","updated_at":"2026-03-17T23:09:10.740Z","avatar_url":"https://github.com/epicchainlabs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# EpicChain Rust SDK\n\nThe EpicChain Rust SDK is a toolkit for developers looking to integrate EpicChain's blockchain capabilities into their Rust applications.\n\n## Features\n\n- Transaction management\n- Wallet interactions\n- Smart contract deployment\n- Comprehensive documentation\n- Active community support\n\n## Installation\n\nTo use the EpicChain Rust SDK, add the following dependency to your `Cargo.toml` file:\n\n```toml\n[dependencies]\nepicchain-rust-sdk = \"0.1\"\n```\n\n## Usage\n\nHere's a basic example of how to use the EpicChain Rust SDK to create and broadcast a transaction:\n\n```rust\nuse epicchain_rust_sdk::Transaction;\n\nfn main() {\n    let transaction = Transaction::new(/* transaction details */);\n    let signed_transaction = transaction.sign(/* private key */);\n    let result = transaction.broadcast();\n    \n    match result {\n        Ok(_) =\u003e println!(\"Transaction successful\"),\n        Err(e) =\u003e println!(\"Transaction failed: {}\", e),\n    }\n}\n```\n\nFor more detailed usage instructions and examples, refer to the [documentation](https://docs.epic-chain.org).\n\n## Community\n\nJoin our community of developers building on EpicChain! Visit our [forums](https://forum.epic-chain.org) and chat channels to connect with other developers and get support.\n\n## License\n\nThis project is licensed under the [MIT License](https://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepicchainlabs%2Fepicchain-rust-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepicchainlabs%2Fepicchain-rust-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepicchainlabs%2Fepicchain-rust-sdk/lists"}