{"id":23009721,"url":"https://github.com/jackallabs/canine-chain","last_synced_at":"2025-04-05T07:04:51.821Z","repository":{"id":53182009,"uuid":"498450284","full_name":"JackalLabs/canine-chain","owner":"JackalLabs","description":"The Jackal Protocol blockchain node binary","archived":false,"fork":false,"pushed_at":"2025-03-03T22:21:32.000Z","size":73581,"stargazers_count":45,"open_issues_count":2,"forks_count":19,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-04T09:43:00.225Z","etag":null,"topics":["blockchain","cloud","cosmos","jackal","private","storage"],"latest_commit_sha":null,"homepage":"https://jackalprotocol.com","language":"Go","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/JackalLabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2022-05-31T18:21:34.000Z","updated_at":"2025-03-02T11:03:14.000Z","dependencies_parsed_at":"2023-12-21T18:56:46.121Z","dependency_job_id":"9e4c95fa-98c4-4609-81d1-d77811830c7f","html_url":"https://github.com/JackalLabs/canine-chain","commit_stats":{"total_commits":1437,"total_committers":25,"mean_commits":57.48,"dds":0.5908141962421711,"last_synced_commit":"40d9585d0f8f7f3931a4a46dfc047b671d330356"},"previous_names":["jackal-dao/canine-chain"],"tags_count":115,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackalLabs%2Fcanine-chain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackalLabs%2Fcanine-chain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackalLabs%2Fcanine-chain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackalLabs%2Fcanine-chain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JackalLabs","download_url":"https://codeload.github.com/JackalLabs/canine-chain/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247299831,"owners_count":20916190,"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":["blockchain","cloud","cosmos","jackal","private","storage"],"created_at":"2024-12-15T09:15:23.811Z","updated_at":"2025-04-05T07:04:51.805Z","avatar_url":"https://github.com/JackalLabs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![canine banner](assets/jackal_logo.png)\n# Canine Chain\n**Canine Chain** is a core component to the Jackal Protocol, a distributed cloud storage platform running on blockchain rails. This component is the replicated state machine that manages storage deals, payments and data-permissions. It is built using the Cosmos-SDK and CometBFT (formerly Tendermint).\n\n[![golangci-lint](https://github.com/JackalLabs/canine-chain/actions/workflows/golangci.yml/badge.svg)](https://github.com/JackalLabs/canine-chain/actions/workflows/golangci.yml)\n[![Test](https://github.com/JackalLabs/canine-chain/actions/workflows/test-unit.yml/badge.svg)](https://github.com/JackalLabs/canine-chain/actions/workflows/test-unit.yml)\n[![Build](https://github.com/JackalLabs/canine-chain/actions/workflows/build.yml/badge.svg)](https://github.com/JackalLabs/canine-chain/actions/workflows/build.yml)\n\n## Wiki Pages\n\n1. [Modules](x/README.md)\n2. [Tokens](TOKENS.md)\n3. [Storage Providers](cmd/canined/README.md)\n\n\n## Installing the Canine CLI\n### Prerequisites\n* Install GoLang 1.21 [here](https://go.dev/dl/)\n* Install build essentials (GNU Make)\n\n### Installing\nTo install `canined` on your Linux machine:\n\n```shell\ngit clone https://github.com/JackalLabs/canine-chain.git\ncd canine-chain\nmake install\n```\n\n### Pre-built Binary\n[Releases](https://github.com/jackalLabs/canine-chain-chain/releases) and download the latest release. Move the executable to a folder in your `$PATH` and download [this](https://github.com/CosmWasm/wasmvm/raw/v1.2.6/internal/api/libwasmvm.x86_64.so) to `/lib/libwasmvm.x86_64.so` \n\n```sh\nsudo wget https://github.com/CosmWasm/wasmvm/raw/v1.2.6/internal/api/libwasmvm.x86_64.so -O /lib/libwasmvm.x86_64.so\n```\n\nYou may also need to run `sudo chmod +x canined` inside the executables directory to allow it to run.\n\n## Testing this chain\n\n```shell\nmake test\n```\n\n## Version Map\n\nWhen Syncing, you **MUST** use the flag `--unsafe-skip-upgrades 118040` after `canined start` or else you will crash at height 118040.\n\n|block height|canined version|\n|------------|---------------|\n|45381       |1.1.2          |\n|0           |1.1.0          |\n\n## License\n\nCanine by Jackal uses the [MIT License](/LICENSE.md).\n\n## Bug Bounty\n\nRefer to the bug bounty program proposed by Jackal Labs [Here](https://jackaldao.medium.com/announcement-jackal-bug-bounty-program-31d4e03ab7e2)\n\n### [Developer Contact](/ABOUT.md)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackallabs%2Fcanine-chain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackallabs%2Fcanine-chain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackallabs%2Fcanine-chain/lists"}