{"id":22256822,"url":"https://github.com/decryptu/zigcoin","last_synced_at":"2026-01-28T21:02:15.181Z","repository":{"id":265995300,"uuid":"897022071","full_name":"Decryptu/zigcoin","owner":"Decryptu","description":"A fast and minimal CLI cryptocurrency information tool written in Zig, using the CoinGecko API v3.","archived":false,"fork":false,"pushed_at":"2024-12-02T00:46:50.000Z","size":426,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T11:44:08.499Z","etag":null,"topics":["bitcoin","coingecko","coingecko-api","crypto","cryptocurrency","zig","ziglang"],"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/Decryptu.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":"2024-12-01T21:33:50.000Z","updated_at":"2024-12-22T17:25:35.000Z","dependencies_parsed_at":"2024-12-02T01:38:35.256Z","dependency_job_id":null,"html_url":"https://github.com/Decryptu/zigcoin","commit_stats":null,"previous_names":["decryptu/zigcoin"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decryptu%2Fzigcoin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decryptu%2Fzigcoin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decryptu%2Fzigcoin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decryptu%2Fzigcoin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Decryptu","download_url":"https://codeload.github.com/Decryptu/zigcoin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236345626,"owners_count":19134304,"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":["bitcoin","coingecko","coingecko-api","crypto","cryptocurrency","zig","ziglang"],"created_at":"2024-12-03T08:08:38.470Z","updated_at":"2025-10-13T12:30:58.363Z","avatar_url":"https://github.com/Decryptu.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZigCoin\n\nA fast and minimal CLI cryptocurrency information tool written in Zig, using the CoinGecko API v3.\n\n![ZigCoin Output Example](img/result.png)\n\n## Features\n\n- Fetch real-time cryptocurrency price data\n- Display market information including:\n  - Current price\n  - Market cap\n  - 24h volume\n  - Price changes\n  - Supply information\n- Clean and minimal CLI output\n- Zero configuration needed\n\n## Prerequisites\n\n- Zig 0.11.0 or later\n- libcurl development files\n\n### Installing Dependencies\n\n#### Ubuntu/Debian\n\n```bash\nsudo apt-get install libcurl4-openssl-dev\n```\n\n#### macOS\n\n```bash\nbrew install curl\n```\n\n## Building\n\n```bash\nzig build\n```\n\n## Running\n\n```bash\n./zig-out/bin/zigcoin \u003ccoin-id\u003e\n```\n\nExamples:\n\n```bash\n./zig-out/bin/zigcoin bitcoin\n./zig-out/bin/zigcoin ethereum\n./zig-out/bin/zigcoin dogecoin\n```\n\n## Error Handling\n\nThe tool provides clear error messages for common issues:\n\n- Invalid coin ID\n- Network request failures\n- API rate limiting\n- Missing data\n\n## Project Structure\n\n```bash\nsrc/\n├── main.zig    - Entry point and argument handling\n├── api.zig     - CoinGecko API client implementation\n├── types.zig   - Data structures and types\n├── json.zig    - JSON response parsing\n└── display.zig - Output formatting and display\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch\n3. Commit your changes\n4. Push to the branch\n5. Create a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgments\n\n- CoinGecko API for providing the cryptocurrency data\n- Zig community\n- libcurl for HTTP requests\n\n## Known Limitations\n\n- Currently only supports single coin queries\n- Requires internet connection\n- Subject to CoinGecko API rate limits\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecryptu%2Fzigcoin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdecryptu%2Fzigcoin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecryptu%2Fzigcoin/lists"}