{"id":31853310,"url":"https://github.com/alicization-hub/space-wallet","last_synced_at":"2026-05-03T01:39:43.623Z","repository":{"id":304440652,"uuid":"1018433755","full_name":"alicization-hub/space-wallet","owner":"alicization-hub","description":"This is a private, web-based Bitcoin wallet application built primarily with Next.js 15. It prioritizes user control and privacy, designed to run with own Bitcoin Core full node.","archived":false,"fork":false,"pushed_at":"2026-02-18T01:46:02.000Z","size":1484,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"canary","last_synced_at":"2026-05-03T01:38:54.840Z","etag":null,"topics":["bitcoin-wallet","cryptographic","docker","drizzle-orm","encryption","nextjs15","postgresql","rpc","tor-network","wsl2"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/alicization-hub.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-12T08:50:43.000Z","updated_at":"2026-02-18T01:46:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"490dc644-9dec-4375-b828-408878312c0b","html_url":"https://github.com/alicization-hub/space-wallet","commit_stats":null,"previous_names":["alicization-hub/space-wallet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alicization-hub/space-wallet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alicization-hub%2Fspace-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alicization-hub%2Fspace-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alicization-hub%2Fspace-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alicization-hub%2Fspace-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alicization-hub","download_url":"https://codeload.github.com/alicization-hub/space-wallet/tar.gz/refs/heads/canary","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alicization-hub%2Fspace-wallet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32555839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T00:31:16.350Z","status":"ssl_error","status_checked_at":"2026-05-03T00:31:15.546Z","response_time":132,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["bitcoin-wallet","cryptographic","docker","drizzle-orm","encryption","nextjs15","postgresql","rpc","tor-network","wsl2"],"created_at":"2025-10-12T13:26:09.675Z","updated_at":"2026-05-03T01:39:43.618Z","avatar_url":"https://github.com/alicization-hub.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Space - Bitcoin Wallet.\n\n#### This is a private, web-based Bitcoin wallet application built primarily with Next.js 15. It prioritizes user control and privacy, designed to run with own **Bitcoin Core full node**.\n\n_This project was developed through collaboration between developers and generative AI tools, including\n`Grok AI`, `Gemini Pro`, `GitHub Copilot`, `ChatGPT`, `Claude AI`, `DeepSeek AI`, and `Windsurf`. I then\nrefined and optimized the code for enhanced performance._\n\n### ✨ Features\n\nHere are the initial features implemented, with more planned for future updates:\n\n- **Secure Key Management**: Generate mnemonics, build custom derivation paths, and create `xpub` descriptors\n  only for wallet accounts.\n- **Transaction History**: View a clear and concise history of your Bitcoin transactions.\n- **Send/Receive Functionality**: Easily send and receive Bitcoin directly from wallet.\n\n---\n\n\u003cimg src=\"https://img.shields.io/badge/-Next_JS-black?style=for-the-badge\u0026logoColor=white\u0026logo=nextdotjs\u0026color=000000\" alt=\"nextdotjs\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/-TypeScript-black?style=for-the-badge\u0026logoColor=white\u0026logo=typescript\u0026color=3178C6\" alt=\"typescript\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/-Tailwind_CSS-black?style=for-the-badge\u0026logoColor=white\u0026logo=tailwindcss\u0026color=06B6D4\" alt=\"tailwindcss\" /\u003e\n\n### ⚙️ Tech Stack\n\n- **Framework:**\n  - [Next.js 16](https://nextjs.org/docs)\n    - Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n\n- **User Interface:**\n  - [HeroUI](https://www.heroui.com)\n  - [Tailwind CSS](https://tailwindcss.com)\n  - [Framer Motion](https://www.framer.com/motion)\n\n- **Cryptographic Libraries:**\n  - `@noble/*` (e.g., `@noble/secp256k1`, `@noble/hashes`) for cryptographic operations.\n  - `@scure/*` (e.g., `@scure/bip39`) for BIP-39 mnemonic generation.\n  - `Argon2` for secure keys.\n\n- **Database:**\n  - [DrizzleORM](https://orm.drizzle.team)\n  - `pg` (PostgreSQL) - running on WSL2 Ubuntu for locally.\n\n- **Bitcoin Core Integration**: Connects to **Bitcoin Core Full Node** for direct interaction with the Bitcoin\n  network.\n\n- **Privacy**: Integrated with **Tor** for enhanced privacy when communicating with **Bitcoin Core Full\n  Node**.\n\n## 🧩 VS Code Extensions\n\n- [React](https://marketplace.visualstudio.com/items?itemName=dsznajder.es7-react-js-snippets)\n- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)\n- [Tailwind CSS](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)\n\n## 📋 Directory Structure\n\n```\nsrc               # App entry point.\n└─ app            # App Router.\n└─ components     # Shared components.\n└─ constants      # Constant variable.\n└─ hooks          # Customs hooks.\n└─ libs           # Libraries, utilities.\n└─ styles         # Stylesheet.\n└─ tasks          # Tasks scheduler.\n└─ types          # TypeScript decorators.\n```\n\n## 🚀 Getting Started\n\nMore detailed setup instructions will be provided soon. In the meantime, here's a brief overview of what\nyou'll need:\n\n1. **Bitcoin Core Full Node**: Ensure you have a synced _Bitcoin Core full node_ running, preferably\n   configured to accept connections over _Tor_.\n\n2. **PostgreSQL Database**: Set up a PostgreSQL database instance. For locally use _WSL2 Ubuntu_.\n\n3. **Dependencies**: Install project dependencies using your preferred package manager, use one of them\n   `yarn`, `pnpm`, `bun`, Example using `bun`:\n\n```bash\nbun install\n```\n\n4. **Environment Variables**: Configure your environment variables for database connection, Bitcoin Core RPC,\n   and Tor.\n\n## 🚀 Compiles and hot-reloads for development\n\n```bash\nbun run start:dev --port 8338\n```\n\nOpen [http://localhost:8338](http://localhost:8338) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically\noptimize and load Inter, a custom Google Font.\n\n### Setup pnpm (optional)\n\nIf you are using `pnpm`, you need to add the following code to your `.npmrc` file:\n\n```bash\npublic-hoist-pattern[]=*@heroui/*\n```\n\nAfter modifying the `.npmrc` file, you need to run `pnpm install` again to ensure that the dependencies are\ninstalled correctly.\n\n## 📦 Compiles and minifies for production\n\n```bash\nbun run build\n```\n\n## 🛑 Disclaimer\n\nThis is a private project. If you encounter any issues, please fix them yourself. Once you've successfully\nresolved something, do let me know!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falicization-hub%2Fspace-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falicization-hub%2Fspace-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falicization-hub%2Fspace-wallet/lists"}