{"id":19595666,"url":"https://github.com/iskyd/walle","last_synced_at":"2025-04-27T15:34:35.318Z","repository":{"id":187846145,"uuid":"677685326","full_name":"iskyd/walle","owner":"iskyd","description":"Bitcoin wallet written in Zig","archived":false,"fork":false,"pushed_at":"2025-04-11T19:38:19.000Z","size":473,"stargazers_count":23,"open_issues_count":5,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-24T20:51:30.359Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Zig","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/iskyd.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}},"created_at":"2023-08-12T09:41:08.000Z","updated_at":"2025-04-16T14:11:53.000Z","dependencies_parsed_at":"2024-02-08T20:33:45.761Z","dependency_job_id":"be3ff25e-a8c4-400f-9423-349a53cb32f3","html_url":"https://github.com/iskyd/walle","commit_stats":null,"previous_names":["iskyd/walle"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iskyd%2Fwalle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iskyd%2Fwalle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iskyd%2Fwalle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iskyd%2Fwalle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iskyd","download_url":"https://codeload.github.com/iskyd/walle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251162989,"owners_count":21545858,"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-11-11T08:48:10.501Z","updated_at":"2025-04-27T15:34:30.284Z","avatar_url":"https://github.com/iskyd.png","language":"Zig","funding_links":[],"categories":["Network \u0026 Web"],"sub_categories":["Web3 Framework"],"readme":"# WALL•E\n\nWall•E is a Bitcoin Wallet written in Zig. \n\n\u003e **WARNING**: This is just an attempt to learn Bitcoin and Zig. Do not use this project with real BTC.\n\n#### Run\nRun src/main.zig\n``` bash\nzig build run\n```\nRun src/p.zig (used for debugging)\n\n``` bash\nzig build run-p\n```\n\n#### Testing\n``` bash\nzig build test\nzig build test --summary all -- src/bip39/bip39.zig src/bip38/bip38.zig\n```\n\n### Dev Environment\nSee devbox.json\n``` bash\ndevbox shell\n```\n\n### Bitcoin Node\nUse Dockerfile to run bitcoin node using bitcoin-core. node/bitcoin.conf can be used as bitcoin config to run regtest with rpcuser walle and pwd password.\n\n``` bash\ndocker build -t btcnode .\ndocker volume create btcnode\ndocker run --rm --name btcnode -v btcnode:/bitcoin-25.0/data -p 18444:18443 btcnode\n```\n\nFor mac users use this code to build docker image.\n``` bash\ndocker build -t btcnode -f Dockerfile.arm .\n```\n\nThe first time you run the node you need to create a new wallet (it is no longer created automatically, if the walle was already created use loadwallet) then you can getnewaddress.\n\n``` bash\nbitcoin-cli -rpcuser=walle -rpcpassword=password -rpcport=18443 createwallet walle\nbitcoin-cli -rpcuser=walle -rpcpassword=password -rpcport=18443 getnewaddress\n```\n\nTest bitcoin node from outside container:\n```bash\ncurl --verbose -L --user walle --data-binary '{\"jsonrpc\": \"1.0\", \"id\": \"walle\", \"method\": \"getblockchaininfo\", \"params\": []}' -H 'content-type: text/plain;' 0.0.0.0:18444\n```\n\n### Contributing\nJoin [WALL•E's Discord channel](https://discord.gg/9e9qnzQAH6) to chat with the contributors and understand next steps, available tasks and bugs to be fixed.\n\n\n### TODO\n- [x] BIP39 (Mnemonic generation)\n- [x] BIP32 (HD Wallets)\n- [x] Serialized Extendend Private/Public Key (https://learnmeabitcoin.com/technical/keys/hd-wallets/extended-keys/)\n- [x] BIP38 (Encrypting Bitcoin Private Key)\n- [x] BIP44\n- [x] ECDSA Signatures\n- [x] Segwit\n- [x] Bech32\n- [x] BTC Node integration\n- [x] Wallet Sync\n- [ ] Legacy Wallet\n- [ ] Script Hash (P2SH, P2WSH)\n- [ ] Transactions\n- [ ] CLI\n- [ ] Taproot\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiskyd%2Fwalle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiskyd%2Fwalle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiskyd%2Fwalle/lists"}