{"id":15713763,"url":"https://github.com/cocol-project/ccl-wallet","last_synced_at":"2026-05-05T12:33:22.211Z","repository":{"id":119236117,"uuid":"236775479","full_name":"cocol-project/ccl-wallet","owner":"cocol-project","description":"Official wallet for the Cocol Network 💰💰💰","archived":false,"fork":false,"pushed_at":"2020-02-05T14:08:06.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T18:47:35.256Z","etag":null,"topics":["bitcoin","blockchain","cocol","crystal","crystal-language","crytpocurrency","ethereum","private-key","wallet"],"latest_commit_sha":null,"homepage":"","language":"Crystal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cocol-project.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":"2020-01-28T16:00:42.000Z","updated_at":"2020-02-10T13:03:12.000Z","dependencies_parsed_at":"2023-04-19T17:47:19.636Z","dependency_job_id":null,"html_url":"https://github.com/cocol-project/ccl-wallet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cocol-project/ccl-wallet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocol-project%2Fccl-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocol-project%2Fccl-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocol-project%2Fccl-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocol-project%2Fccl-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cocol-project","download_url":"https://codeload.github.com/cocol-project/ccl-wallet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocol-project%2Fccl-wallet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32649574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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","blockchain","cocol","crystal","crystal-language","crytpocurrency","ethereum","private-key","wallet"],"created_at":"2024-10-03T21:33:18.478Z","updated_at":"2026-05-05T12:33:22.132Z","avatar_url":"https://github.com/cocol-project.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [WIP] Cocol Wallet 💰\n\n[![Build Status](https://img.shields.io/github/workflow/status/cocol-project/ccl-wallet/weekly)](https://github.com/cocol-project/ccl-wallet/actions) ![Stability Experimental](https://img.shields.io/badge/Stability-Experimental-orange.svg?style=flat-square) ![Crystal 0.32.1](https://img.shields.io/badge/Crystal-0.32.1-blue.svg?style=flat-square\u0026link=https://crystal-lang.org\u0026link=https://crystal-lang.org/api/0.32.1/) ![License MPL-2.0](https://img.shields.io/badge/License-MPL--2.0-green.svg?style=flat-square)\n\nOfficial wallet for the cocol network.\n\nIt is still:\n- work in progress\n- not safe\n- not tested\n\n\n## Installation 🏹\n\nCocol Wallet is written in [Crystal](https://crystal-lang.org/), so make sure to follow the [installation instructions](https://crystal-lang.org/reference/installation/) first.\n\nAfter setting up Crystal you can clone the repository and build it:\n```shell\n\u003e git clone https://github.com/cocol-project/ccl-wallet.git\n\u003e cd ccl-wallet\n\u003e make\n```\n\n## Usage ⚔\n\n```shell\n\u003e ./bin/ccl-wallet help\n\n  ccl-wallet - [WIP] Cocol Wallet - manage addresses and account balance\n\n  Usage:\n    ccl-wallet [command] [arguments]\n\n  Commands:\n    address         # Show your address\n    generate        # Generate a new wallet\n    help [command]  # Help about any command.\n    send            # Transfer funds\n\n  Flags:\n    -h, --help  # Help for this command. default: 'false'.\n```\n\nLet's create a wallet and transfer some funds:\n\n``` shell\n\u003e ./bin/ccl-wallet generate\nNew private key: 7e704ced1d4dc06bc2fff284d155a46886492ac158f0b4719ff7e7ca3f43a806\n\n# show my address\n\u003e ./bin/ccl-wallet address\n0x15C91b5CBE385dd8a94643Db2021A92E0D3b6F65\n\n\u003e ./bin/ccl-wallet send --amount 100 --recipient 0x5432FD4A91c46d3F8DAEd3cC79C8a85a77764c3a --node 127.0.0.1:3000\nSuccess!\n```\n\nNote: You have to give yourself some $ccl in the genesis block (premine it)\notherwise the node won't accept your transfer as valid. Right now you have to do\nit manually by changing the address in the `genesis_transactions` method in the\ncocol codebase\n\n## Development\n\nTODO: Write development instructions here\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/cocol-project/ccl-wallet/fork\u003e)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## Contributors\n\n- [Cristian Șerb](https://github.com/cserb) - creator and maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcocol-project%2Fccl-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcocol-project%2Fccl-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcocol-project%2Fccl-wallet/lists"}