{"id":44713600,"url":"https://github.com/franzos/iota-wallet","last_synced_at":"2026-02-15T13:02:12.695Z","repository":{"id":337866685,"uuid":"1154240704","full_name":"franzos/iota-wallet","owner":"franzos","description":"IOTA Desktop Wallet - ALPHA RELEASE","archived":false,"fork":false,"pushed_at":"2026-02-11T21:24:25.000Z","size":1497,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-12T01:52:58.431Z","etag":null,"topics":["crypto","iced","iota","wallet"],"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/franzos.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-10T06:53:31.000Z","updated_at":"2026-02-11T21:24:29.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/franzos/iota-wallet","commit_stats":null,"previous_names":["franzos/iota-wallet"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/franzos/iota-wallet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franzos%2Fiota-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franzos%2Fiota-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franzos%2Fiota-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franzos%2Fiota-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/franzos","download_url":"https://codeload.github.com/franzos/iota-wallet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franzos%2Fiota-wallet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29478889,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T11:35:25.641Z","status":"ssl_error","status_checked_at":"2026-02-15T11:34:57.128Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["crypto","iced","iota","wallet"],"created_at":"2026-02-15T13:02:11.740Z","updated_at":"2026-02-15T13:02:12.687Z","avatar_url":"https://github.com/franzos.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IOTA Wallet\n\nA Monero-inspired wallet for IOTA Rebased. Supports interactive mode, one-shot commands for scripting, a native GUI, and encrypted wallet files.\n\n**NOTE: This is an EARLY PROTOTYPE. USE AT YOUR OWN RISK.**\n\n## Install\n\n**Pre-built binaries:**\n\nDownload the latest release from [GitHub Releases](https://github.com/franzos/iota-wallet/releases):\n\n```bash\n# Linux (x86_64)\ncurl -sL https://github.com/franzos/iota-wallet/releases/latest/download/iota-wallet-x86_64-unknown-linux-gnu.tar.gz | tar xz\nsudo mv iota-wallet /usr/local/bin/\n\n# macOS (Apple Silicon)\ncurl -sL https://github.com/franzos/iota-wallet/releases/latest/download/iota-wallet-aarch64-apple-darwin.tar.gz | tar xz\nsudo mv iota-wallet /usr/local/bin/\n\n# macOS (Intel)\ncurl -sL https://github.com/franzos/iota-wallet/releases/latest/download/iota-wallet-x86_64-apple-darwin.tar.gz | tar xz\nsudo mv iota-wallet /usr/local/bin/\n```\n\n## Quick start\n\n```bash\n# Launch the REPL (testnet by default)\niota-wallet\n\n# Use a named wallet\niota-wallet --wallet mywallet\n\n# One-shot commands for scripting\niota-wallet --cmd \"balance\"\niota-wallet --cmd \"address\" --json\niota-wallet --wallet mywallet --password-stdin --cmd \"balance\" \u003c password.txt\n\n# Use a specific account index (derives a different address from the same seed)\niota-wallet --account 1 --cmd \"address\"\n```\n\nOn first launch you'll be prompted to create a new wallet or recover from a seed phrase. The wallet file is encrypted with your password (argon2id + AES-256-GCM).\n\n## Features\n\n| Feature | CLI | REPL | GUI |\n|---------|:---:|:----:|:---:|\n| Send \u0026 receive IOTA | Yes | Yes | Yes |\n| Send \u0026 receive tokens | Yes | Yes | Yes |\n| NFTs | Yes | Yes | Yes |\n| Staking | Yes | Yes | Yes |\n| Transaction history | Yes | Yes | Yes |\n| .iota name resolution | Yes | Yes | Yes |\n| Sign \u0026 verify messages | Yes | Yes | Yes |\n| On-chain notarization | Yes | Yes | Yes |\n| Multi-account | Yes | Yes | Yes |\n| QR code (receive) | - | - | Yes |\n| QR code scan (send) | - | - | TODO |\n| Balance chart | - | - | Yes |\n| JSON output (`--json`) | Yes | Yes | - |\n| Faucet (testnet/devnet) | Yes | Yes | Yes |\n\n### Hardware wallets\n\n| Feature | Ledger |\n|---------|:------:|\n| Connect \u0026 create wallet | Yes |\n| Transaction signing | Yes |\n| Address verification on device | Yes |\n| Multi-account | Yes |\n| Sign message | Yes |\n| Display seed phrase | N/A |\n\n## Ledger\n\nHardware wallet signing is supported via Ledger devices (Nano S, Nano S+, Nano X, Flex, Stax). The IOTA app must be installed and open on the device.\n\n```bash\n# CLI — select \"Connect Ledger\" when creating a new wallet\niota-wallet --wallet myledger\n\n# GUI — click \"Connect Ledger\" on the welcome screen\niota-wallet-gui\n```\n\nBuild with Ledger support:\n\n```bash\ncargo build --release --features ledger\n```\n\n## GUI\n\n![Login](assets/login.png)\n![Account](assets/account.png)\n\nLaunch the GUI with:\n\n```bash\niota-wallet-gui\niota-wallet-gui --mainnet\niota-wallet-gui --devnet\n```\n\nThe GUI supports wallet creation, recovery, sending/receiving IOTA, transaction history with pagination, staking/unstaking, a balance chart, multi-account switching, and password changes. The GUI requires X11 or Wayland on Linux.\n\n## Commands\n\n| Command | Aliases | Description |\n|---------|---------|-------------|\n| `balance` | `bal` | Show wallet balance |\n| `address` | `addr` | Show wallet address |\n| `transfer \u003caddr\u003e \u003camount\u003e` | `send` | Send IOTA to an address |\n| `sweep_all \u003caddr\u003e` | `sweep` | Send entire balance minus gas |\n| `show_transfers [in\\|out\\|all]` | `transfers`, `txs` | Show transaction history |\n| `show_transfer \u003cdigest\u003e` | `tx` | Look up a transaction by digest |\n| `stake \u003cvalidator\u003e \u003camount\u003e` | | Stake IOTA to a [validator](https://explorer.iota.org/validators) |\n| `unstake \u003cobject_id\u003e` | | Unstake a staked IOTA object |\n| `stakes` | | Show active stakes and rewards |\n| `tokens` | `token_balances` | Show all coin/token balances |\n| `status [node_url]` | | Show epoch, gas price, network, and node URL |\n| `faucet` | | Request testnet/devnet tokens |\n| `account [index]` | `acc` | Show current account or switch (e.g. `account 3`) |\n| `seed` | | Display seed phrase (requires confirmation) |\n| `password` | `passwd` | Change wallet encryption password |\n| `help [cmd]` | | Show help |\n| `exit` | `quit`, `q` | Exit the wallet |\n\nAmounts are in IOTA (e.g. `1.5` for 1.5 IOTA). Tab completion is available in the REPL. All commands support `--json` output.\n\n## Network\n\nTestnet by default. Override with flags:\n\n```bash\niota-wallet --mainnet\niota-wallet --devnet\niota-wallet --node https://custom-graphql-endpoint.example.com\niota-wallet --node http://localhost:9125/graphql --insecure\n```\n\nThe `--insecure` flag allows plain HTTP connections (for local development). The network is stored in the wallet file. CLI flags override the stored config if explicitly set.\n\n## Storage\n\nWallet files live in `~/.iota-wallet/`. Transactions are cached locally for pagination and balance history.\n\n```\n~/.iota-wallet/\n├── default.wallet    # encrypted (mode 0600)\n└── mywallet.wallet\n\n# Linux: ~/.local/share/iota-wallet/\n# macOS: ~/Library/Application Support/iota-wallet/\n└── transactions.db   # SQLite cache (mode 0600)\n```\n\nFile format: argon2id-derived key + AES-256-GCM. Override the wallet directory with `--wallet-dir`.\n\n## Building\n\nThis is a Cargo workspace with three crates: `core` (shared library), `cli`, and `gui`.\n\n```bash\ncargo build --release\n```\n\nRun tests:\n\n```bash\n# Unit tests\ncargo test\n\n# Integration tests (hits testnet/devnet)\ncargo test -- --ignored\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffranzos%2Fiota-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffranzos%2Fiota-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffranzos%2Fiota-wallet/lists"}