{"id":36878670,"url":"https://github.com/allinbits/cosmos-cash-agent","last_synced_at":"2026-01-12T15:17:32.621Z","repository":{"id":42077197,"uuid":"408746081","full_name":"allinbits/cosmos-cash-agent","owner":"allinbits","description":"Cosmos cloud agent based on Hyperledger Aries ","archived":false,"fork":false,"pushed_at":"2022-04-13T17:03:39.000Z","size":780,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-21T01:44:09.100Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/allinbits.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}},"created_at":"2021-09-21T08:40:54.000Z","updated_at":"2021-12-14T18:46:33.000Z","dependencies_parsed_at":"2022-08-12T04:10:52.563Z","dependency_job_id":null,"html_url":"https://github.com/allinbits/cosmos-cash-agent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/allinbits/cosmos-cash-agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allinbits%2Fcosmos-cash-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allinbits%2Fcosmos-cash-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allinbits%2Fcosmos-cash-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allinbits%2Fcosmos-cash-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allinbits","download_url":"https://codeload.github.com/allinbits/cosmos-cash-agent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allinbits%2Fcosmos-cash-agent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28340443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"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":[],"created_at":"2026-01-12T15:17:31.568Z","updated_at":"2026-01-12T15:17:32.616Z","avatar_url":"https://github.com/allinbits.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Cosmos Cash Agent\n\nThis project implements a demo interface for the [Cosmos Cash](https://github.com/allinbits/cosmos-cash) project to showcase the interactions from the user perspective.\n\n\n## Architecture\n\n\u003e Note: The project has been developed as a proof of concept!\n\nThe entrypoint for the desktop client is `cmd/edge-agent/main.go`\n\nThe project is composed of the following components:\n\n- User interface: ([`pkg/ui`](https://github.com/allinbits/cosmos-cash-agent/tree/main/pkg/ui))\n- Token wallet ([`pkg/wallets/chain`](https://github.com/allinbits/cosmos-cash-agent/tree/main/pkg/wallets/chain))\n- SSI Wallet ([`pkg/wallets/ssi`](https://github.com/allinbits/cosmos-cash-agent/tree/main/pkg/wallets/ssi))\n\nThe components run in their own isolated event loop, events for each component are dispatched via channels.\n\nThe messages are implemented as `AppMsg` struct that is:\n\n```golang\n// AppMsg are messages that are exchanged within the app\ntype AppMsg struct {\n    Typ     int         // message type (see list above)\n    Payload interface{} // content of the message, the recipient must know how to process it\n}\n```\n\nMessages related code is defined [here](https://github.com/allinbits/cosmos-cash-agent/blob/main/pkg/config/messages.go).\n\n### Component logic \n\nMost of the logic is concentrated in the following source files:\n- User interface: [`pkg/ui/handlers.go`](https://github.com/allinbits/cosmos-cash-agent/blob/main/pkg/ui/handlers.go)\n- Token wallet: [`pkg/wallets/chain/chain.go`](https://github.com/allinbits/cosmos-cash-agent/blob/main/pkg/wallets/chain/chain.go)\n- SSI wallet: [`pkg/wallets/ssi/aries.go`](https://github.com/allinbits/cosmos-cash-agent/blob/main/pkg/wallets/ssi/aries.go)\n\n\n### Setup \n\nThe ui is built using [fyne](https://fyne.io/) framework. \n\n\u003e Note: make sure that you have the [prerequisites](https://developer.fyne.io/started/#prerequisites) installed before running \n\nTo run the app targeting the Cosmos Cash testnet, run \n\n```sh\nmake run-live\n```\n\n## Screenshots\n\n![](./docs/assets/app_screenshot.png)\n\n\u003c!--\n## See it in action \n\nThe following video shows a demo interaction between two actors\n\n[![Alt text](https://img.youtube.com/vi/YGikLx6ow0k/2.jpg)](https://www.youtube.com/watch?v=YGikLx6ow0k)\n\n--\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallinbits%2Fcosmos-cash-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallinbits%2Fcosmos-cash-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallinbits%2Fcosmos-cash-agent/lists"}