{"id":49278705,"url":"https://github.com/mathix420/octra-wallet","last_synced_at":"2026-05-24T09:01:39.144Z","repository":{"id":353134967,"uuid":"1218133880","full_name":"mathix420/octra-wallet","owner":"mathix420","description":"Octra network web client (webcli) — Arch Linux packaging","archived":false,"fork":false,"pushed_at":"2026-04-24T06:44:06.000Z","size":483,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-25T17:38:34.725Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mathix420.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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-04-22T15:08:08.000Z","updated_at":"2026-04-22T15:34:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mathix420/octra-wallet","commit_stats":null,"previous_names":["mathix420/octra-wallet"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mathix420/octra-wallet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathix420%2Foctra-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathix420%2Foctra-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathix420%2Foctra-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathix420%2Foctra-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathix420","download_url":"https://codeload.github.com/mathix420/octra-wallet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathix420%2Foctra-wallet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33427584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"online","status_checked_at":"2026-05-24T02:00:06.296Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-04-25T17:31:37.611Z","updated_at":"2026-05-24T09:01:39.139Z","avatar_url":"https://github.com/mathix420.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# octra wallet (webcli)\n![Version](https://img.shields.io/badge/version-0.04.10--alpha-blue)\n\n\na full-fledged web client based on a local server for working with the octra network (compatible with both **DEVNET** and **MAINNET ALPHA**).\n\nyou can send txs, encrypt and decrypt balances, conduct stealth txs, and much more\n\n## requirements\n\n- c++17 compiler (GCC/Clang)\n- openSSL 3.x\n- libpvac (from `pvac/` directory)\n\n\n### macOS (homebrew)\n\n```\nbrew install openssl@3\n```\n\n### linux (debian or ubuntu)\n\n```\nsudo apt install g++ libssl-dev make\n```\n\nthen (valid for both)\n\n```\nchmod +x setup.sh\n./setup.sh\n./octra_wallet\n```\n\n### windows\n\ndouble click `setup.bat` or run it from command prompt\nit will install everything automatically and then:\n\n```\noctra_wallet.exe\n```\n\nopen `http://127.0.0.1:8420` in your browser\n\n\n### windows (MSYS2)\n\ninstall [MSYS2](https://www.msys2.org/), open MinGW64 shell:\n\n```\npacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-openssl make\n```\n\n## build\n\n```\nmake\n```\n\n## run\n\n```\n./octra_wallet # default port 8420\n./octra_wallet 9000 # custom port\n```\n\non windows:\n\n```\noctra_wallet.exe\noctra_wallet.exe 9000\n```\n\nopen `http://127.0.0.1:8420` in your browser\n\n## launch\n\n0. after opening the web interface in your browser, import your private key or create a new one directly in the modal window\n1. enter a 6 digit PIN code to encrypt (AES 256 GCM) your wallet \n2. your wallet file is stored in `data/wallet.oct` \n3. the PIN is required on every startup to unlock\n\n\nwe adhere to a policy of completely eliminating third-party software where possible, we have zero tolerance for vendor dependencies, we only included well-known libs and point implementations in the build, the rest was completely written from scratch by hand to avoid the use of third-party code for security reasons\n\n## vendor libraries\n\n- [cpp-httplib](https://github.com/yhirose/cpp-httplib) (MIT)\n- [nlohmann/json](https://github.com/nlohmann/json) (MIT)\n- [TweetNaCl](https://tweetnacl.cr.yp.to/) (public domain)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathix420%2Foctra-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathix420%2Foctra-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathix420%2Foctra-wallet/lists"}