{"id":28444313,"url":"https://github.com/xdagger/xdag-plus","last_synced_at":"2025-09-07T16:36:25.531Z","repository":{"id":286609769,"uuid":"961448406","full_name":"XDagger/xdag-plus","owner":"XDagger","description":"This is a cross-platform XDAG GUI wallet, powered by Rust and Slint UI.","archived":false,"fork":false,"pushed_at":"2025-06-10T12:08:22.000Z","size":16480,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-10T13:23:43.923Z","etag":null,"topics":["cross-platform","cryptocurrency","rust","slint-ui","wallet","xdag","xdagger"],"latest_commit_sha":null,"homepage":"","language":"Slint","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/XDagger.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-06T14:47:30.000Z","updated_at":"2025-06-10T12:08:26.000Z","dependencies_parsed_at":"2025-06-01T16:32:40.462Z","dependency_job_id":"e40f8a12-62e2-4c60-8034-db1ac80d2307","html_url":"https://github.com/XDagger/xdag-plus","commit_stats":null,"previous_names":["swordlet/xdag-plus","xdagger/xdag-plus"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/XDagger/xdag-plus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XDagger%2Fxdag-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XDagger%2Fxdag-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XDagger%2Fxdag-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XDagger%2Fxdag-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XDagger","download_url":"https://codeload.github.com/XDagger/xdag-plus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XDagger%2Fxdag-plus/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262637351,"owners_count":23341128,"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":["cross-platform","cryptocurrency","rust","slint-ui","wallet","xdag","xdagger"],"created_at":"2025-06-06T09:08:40.789Z","updated_at":"2025-06-29T17:32:12.853Z","avatar_url":"https://github.com/XDagger.png","language":"Slint","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust XDAG Wallet\n\nThis is a cross-platform XDAG GUI wallet, powered by `Rust` and `Slint UI`.\n\n![slint ui icon](https://github.com/slint-ui/slint/raw/master/logo/slint-logo-full-light.svg)\n\n## bip32\n\nbip32 package forked from bip32 crate and changed mnemonic words length.\n\nIt supports new 12 words generation and 12 ~ 24 words importation.\n\n## Platforms\n\nsupport Linux, Windows, MacOS ( Android and Wasm are in the plan)\n\n\n## Build GUI Wallet\n\n```bash\ncargo build --release --package app\n```\n\n## Build JsonRpc Server\n\n```bash\ncargo build --release --package sever\n```\n\n## Server usage\nusage: by command-line parameter -help\n\nfirst time run server, you need to import a mnemonic file to create a wallet.\n```bash\nserver --ip \u003cip address\u003e --port \u003cport number\u003e --mnemonic \u003cmnemonic file path\u003e\n```\n\nadd --test-net command line parameter when using test net.\n```bash\nserver --ip \u003cip address\u003e --port \u003cport number\u003e --test-net\n```\n\n- jsonrpc server:  server --ip \\\u003cip address\\\u003e --port \\\u003cport number\\\u003e\n  - method: Xdag.Unlock\n    - params: [\"\\\u003cwallet password\\\u003e\"]\n    - response: {\"id\":1,\"result\":\"success\"}\n  - method: Xdag.Lock\n    - params: [\"\\\u003cwallet password\\\u003e\"]\n    - response: {\"id\":1,\"result\":\"success\"}\n  - method: Xdag.Account\n    - params: [\"\"]\n    - response: {\"id\":1,\"result\": \"\\\u003cwallet address\\\u003e\"}\n  - method: Xdag.Balance\n    - params: [\"\"]\n    - response: {\"id\":1,\"result\": \"\\\u003cwallet balance\\\u003e\"}\n  - method: Xdag.Balance\n    - params: [\"\\\u003cwallet address\\\u003e\"]\n    - response: {\"id\":1,\"result\": \"\\\u003cbalance of the address\\\u003e\"}\n  - method: Xdag.Transfer\n    - params: [{\"amount\":\"\\\u003camount\\\u003e\",\"address\":\"\\\u003cto address\\\u003e\",\"remark\":\"\\\u003cremark\\\u003e\"}]\n    - response: {\"id\":1,\"result\": {\"Status\":\"success\",\"TxHash\":\"\\\u003ctransaction hash\\\u003e\"}}\n\n\n## Acknowlegement\n\n\u003chttps://github.com/syf20020816/SurrealismUI\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdagger%2Fxdag-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxdagger%2Fxdag-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdagger%2Fxdag-plus/lists"}