{"id":18171345,"url":"https://github.com/gordian-engine/gcosmos","last_synced_at":"2025-07-10T01:34:16.981Z","repository":{"id":260340792,"uuid":"878573620","full_name":"gordian-engine/gcosmos","owner":"gordian-engine","description":"Integration of the Gordian consensus engine with the Cosmos SDK","archived":false,"fork":false,"pushed_at":"2025-02-05T21:02:34.000Z","size":1973,"stargazers_count":18,"open_issues_count":6,"forks_count":7,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-01T08:03:14.337Z","etag":null,"topics":["cosmos-sdk","go","gordian"],"latest_commit_sha":null,"homepage":"","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/gordian-engine.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-10-25T16:34:40.000Z","updated_at":"2025-03-21T16:08:38.000Z","dependencies_parsed_at":"2024-12-14T01:16:01.332Z","dependency_job_id":null,"html_url":"https://github.com/gordian-engine/gcosmos","commit_stats":{"total_commits":369,"total_committers":6,"mean_commits":61.5,"dds":0.051490514905149,"last_synced_commit":"40b18d3854c24c3144e44648564f62f818a41c99"},"previous_names":["gordian-engine/gcosmos"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gordian-engine%2Fgcosmos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gordian-engine%2Fgcosmos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gordian-engine%2Fgcosmos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gordian-engine%2Fgcosmos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gordian-engine","download_url":"https://codeload.github.com/gordian-engine/gcosmos/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246655132,"owners_count":20812583,"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":["cosmos-sdk","go","gordian"],"created_at":"2024-11-02T15:08:43.777Z","updated_at":"2025-04-01T14:32:27.051Z","avatar_url":"https://github.com/gordian-engine.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gcosmos\n\nThis repository integrates [Gordian](https://github.com/gordian-engine/gordian)\nwith [the Cosmos SDK](https://github.com/cosmos/cosmos-sdk).\n\nRefer to the [`_docs` directory](/docs)\nfor more technical details about how gcosmos works.\n\n## Quickstart\n\nStart the example Gordian-backed Cosmos SDK chain with four validators\n\n```bash\nmake testnet-start\n```\n\n### Interact\n\nIn a second terminal, interact with the running chain\n\nShow validator address\n\n```bash\nVAL_ADDR=$(./gcosmos --home ./test/val1 keys show val --address)\necho $VAL_ADDR\n```\n\nQuery bank balance of validator, it has `9000000stake`.\n```bash\n./gcosmos q bank balance $VAL_ADDR stake\n```\n\n### Transaction Testing\n\nSend `100stake` from the first validator to a new account.\n\n```bash\n./gcosmos --home ./test/val1 --chain-id gchain-1 tx bank send val cosmos10r39fueph9fq7a6lgswu4zdsg8t3gxlqvvvyvn 100stake\n```\n\nWait a few seconds for the block to be produced, then confirm the balance in the new account. It now has `100stake`.\n\n```bash\n./gcosmos q bank balance cosmos10r39fueph9fq7a6lgswu4zdsg8t3gxlqvvvyvn stake\n```\n\n### Shutdown\n\nShutdown the testnet by pressing Ctrl+C in the first terminal.\n\n## Additional Information\n\nRefer to the `http*.go` files in [the gserver/internal/gsi directory](gserver/internal/gsi/) for more details on available HTTP paths.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgordian-engine%2Fgcosmos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgordian-engine%2Fgcosmos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgordian-engine%2Fgcosmos/lists"}