{"id":29148815,"url":"https://github.com/anquii/electrumx","last_synced_at":"2026-04-28T15:36:45.791Z","repository":{"id":186318254,"uuid":"637762455","full_name":"anquii/ElectrumX","owner":"anquii","description":"A JSON-RPC 2.0 client implementation of ElectrumX in Swift","archived":false,"fork":false,"pushed_at":"2023-08-05T11:30:19.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-08-05T13:42:34.251Z","etag":null,"topics":["electrum","electrum-client","electrumx","ios","macos","swift","swift-package","swift-package-manager"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/anquii.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,"governance":null}},"created_at":"2023-05-08T11:04:05.000Z","updated_at":"2023-08-05T13:42:36.478Z","dependencies_parsed_at":"2024-05-03T11:53:19.545Z","dependency_job_id":null,"html_url":"https://github.com/anquii/ElectrumX","commit_stats":null,"previous_names":["anquii/electrumx"],"tags_count":1,"template":null,"template_full_name":null,"purl":"pkg:github/anquii/ElectrumX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anquii%2FElectrumX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anquii%2FElectrumX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anquii%2FElectrumX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anquii%2FElectrumX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anquii","download_url":"https://codeload.github.com/anquii/ElectrumX/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anquii%2FElectrumX/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262857293,"owners_count":23375493,"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":["electrum","electrum-client","electrumx","ios","macos","swift","swift-package","swift-package-manager"],"created_at":"2025-06-30T22:07:37.009Z","updated_at":"2026-04-28T15:36:35.779Z","avatar_url":"https://github.com/anquii.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ElectrumX\n\n[![Platform](https://img.shields.io/badge/Platforms-macOS%20%7C%20iOS-blue)](#platforms)\n[![Swift Package Manager compatible](https://img.shields.io/badge/SPM-compatible-orange)](#swift-package-manager)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/anquii/ElectrumX/blob/main/LICENSE)\n\nA [JSON-RPC 2.0](https://www.jsonrpc.org/specification) client implementation of [ElectrumX](https://github.com/spesmilo/electrumx/pull/90) in Swift.\n\n## Platforms\n- macOS 10.15+\n- iOS 13+\n\n## Installation\n\n### Swift Package Manager\n\nAdd the following line to your `Package.swift` file:\n```swift\n.package(url: \"https://github.com/anquii/ElectrumX.git\", from: \"0.1.0\")\n```\n...or integrate with Xcode via `File -\u003e Swift Packages -\u003e Add Package Dependency...` using the URL of the repository.\n\n## Usage\n\n```swift\nimport ElectrumX\n\nlet service = ElectrumXService(endpoint: endpoint, parameters: parameters)\ntry await service.startConnection()\ntry await service.version(params: versionParams)\nlet response = try await service.balance(scriptHash: scriptHash)\ntry await service.cancelConnection()\n```\n\n## License\n\n`ElectrumX` is licensed under the terms of the MIT license. See the [LICENSE](LICENSE) file for more information.\n\n## Donations\n\nIf you've found this software useful, please consider making a small contribution to one of these crypto addresses:\n\n```\nXNAV: xNTYqoQDzsiB5Cff9Wpt65AgZxYkt1GFy7KwuDafqRU2bcAZqoZUW4Q9TZ9QRHSy8cPsM5ALkJasizJCmqSNP9CosxrF2RbKHuDz5uJVUBcKJfvnb3RZaWygr8Bhuqbpc3DsgfB3ayc\nXMR: 49jzT7Amu9BCvc5q3PGiUzWXEBQTLQw68a2KvBFTMs7SHjeWgrSKgxs69ycFWQupyw9fpR6tdT8Hp5h3KksrBG9m4c8aXiG\nBTC: bc1q7hehfmnq67x5k7vz0cnc75qyflkqtxe2avjkyw\nETH (ERC-20) \u0026 BNB (BEP-20): 0xe08e383B4042749dE5Df57d48c57A690DC322b8d\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanquii%2Felectrumx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanquii%2Felectrumx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanquii%2Felectrumx/lists"}