{"id":25765786,"url":"https://github.com/caraveo/zia","last_synced_at":"2026-03-07T14:01:16.987Z","repository":{"id":295394952,"uuid":"989898733","full_name":"Caraveo/zia","owner":"Caraveo","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-26T16:04:43.000Z","size":12771,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-17T13:21:12.365Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Caraveo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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-05-25T04:21:44.000Z","updated_at":"2025-05-26T16:04:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"48c75a34-5e0a-4c8b-a79f-b3d94038f55f","html_url":"https://github.com/Caraveo/zia","commit_stats":null,"previous_names":["caraveo/zia"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Caraveo/zia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caraveo%2Fzia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caraveo%2Fzia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caraveo%2Fzia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caraveo%2Fzia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Caraveo","download_url":"https://codeload.github.com/Caraveo/zia/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Caraveo%2Fzia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30216489,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T13:35:13.914Z","status":"ssl_error","status_checked_at":"2026-03-07T13:35:13.569Z","response_time":53,"last_error":"SSL_read: 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":["augmented-reality","hardware-designs","spatial-computing"],"created_at":"2025-02-26T22:27:36.050Z","updated_at":"2026-03-07T14:01:16.974Z","avatar_url":"https://github.com/Caraveo.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZiaCoin Network\n\nZiaCoin is a modern cryptocurrency implementation focused on security, privacy, and user-friendly features. Built on the foundations of ZiaCoin Core, ZiaCoin adds enhanced functionality while maintaining the robust security model of its predecessor.\n\n## Features\n\n- **Mnemonic Phrase Generation**: Generate secure mnemonic phrases with configurable entropy (128, 160, 192, 224, 256 bits)\n- **HD Wallet Support**: Hierarchical Deterministic (HD) wallet implementation for better key management\n- **Descriptor Wallets**: Modern wallet architecture using output script descriptors\n- **External Signer Support**: Hardware wallet integration capabilities\n- **SQLite Database**: Efficient and reliable wallet storage\n\n## Building\n\n### Prerequisites\n\n- macOS (primary development platform)\n- C++17 compatible compiler\n- CMake 3.16 or higher\n- SQLite3 development libraries\n\n### Build Instructions\n\n```bash\n# Clone the repository\ngit clone https://github.com/caraveo/zia.git\ncd zia\n\n# Create build directory\nmkdir build \u0026\u0026 cd build\n\n# Configure and build\ncmake ..\nmake -j$(sysctl -n hw.ncpu)\n```\n\n## Usage\n\n### Command Line Interface\n\nThe ZiaCoin CLI provides various wallet management commands:\n\n```bash\n# Generate a new mnemonic phrase\n./ziacoin-cli createphrase 256\n\n# Create a new wallet\n./ziacoin-cli createwallet \"mywallet\"\n\n# Get wallet information\n./ziacoin-cli getwalletinfo\n```\n\n### RPC API\n\nZiaCoin provides a comprehensive RPC API for programmatic interaction:\n\n```json\n// Generate mnemonic phrase\n{\n  \"method\": \"createphrase\",\n  \"params\": [256]\n}\n\n// Create wallet\n{\n  \"method\": \"createwallet\",\n  \"params\": [\"mywallet\", true, false, \"passphrase\", true, true]\n}\n```\n\n## Development\n\n### Project Structure\n\n- `src/wallet/`: Wallet implementation\n  - `rpc/`: RPC command handlers\n  - `mnemonic.h`: Mnemonic phrase generation\n  - `wallet.h`: Core wallet functionality\n\n### Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Based on ZiaCoin Core\n- Uses BIP32/39/44 for HD wallet implementation\n- Implements BIP174 for Partially Signed ZiaCoin Transactions (PSBT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaraveo%2Fzia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaraveo%2Fzia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaraveo%2Fzia/lists"}