{"id":20324153,"url":"https://github.com/opentensor/polkadot-sdk","last_synced_at":"2025-09-22T23:31:50.647Z","repository":{"id":223754245,"uuid":"761412090","full_name":"opentensor/polkadot-sdk","owner":"opentensor","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-26T14:30:29.000Z","size":323809,"stargazers_count":1,"open_issues_count":10,"forks_count":2,"subscribers_count":4,"default_branch":"tensordot-v1.4.0","last_synced_at":"2024-11-14T19:41:03.880Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opentensor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"docs/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-21T20:25:04.000Z","updated_at":"2024-02-26T22:21:39.000Z","dependencies_parsed_at":"2024-05-01T16:23:34.947Z","dependency_job_id":null,"html_url":"https://github.com/opentensor/polkadot-sdk","commit_stats":null,"previous_names":["opentensor/polkadot-sdk"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentensor%2Fpolkadot-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentensor%2Fpolkadot-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentensor%2Fpolkadot-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opentensor%2Fpolkadot-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opentensor","download_url":"https://codeload.github.com/opentensor/polkadot-sdk/tar.gz/refs/heads/tensordot-v1.4.0","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233905073,"owners_count":18748581,"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":[],"created_at":"2024-11-14T19:32:38.878Z","updated_at":"2025-09-22T23:31:45.382Z","avatar_url":"https://github.com/opentensor.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e NOTE: We have recently made significant changes to our repository structure. In order to streamline our development\nprocess and foster better contributions, we have merged three separate repositories Cumulus, Substrate and Polkadot into\nthis repository. Read more about the changes [\nhere](https://polkadot-public.notion.site/Polkadot-SDK-FAQ-fbc4cecc2c46443fb37b9eeec2f0d85f).\n\n# Polkadot SDK\n\n![](https://cms.polkadot.network/content/images/2021/06/1-xPcVR_fkITd0ssKBvJ3GMw.png)\n\n[![StackExchange](https://img.shields.io/badge/StackExchange-Community%20\u0026%20Support-222222?logo=stackexchange)](https://substrate.stackexchange.com/)\n\nThe Polkadot SDK repository provides all the resources needed to start building on the Polkadot network, a multi-chain\nblockchain platform that enables different blockchains to interoperate and share information in a secure and scalable\nway. The Polkadot SDK comprises three main pieces of software:\n\n## [Polkadot](./polkadot/)\n[![PolkadotForum](https://img.shields.io/badge/Polkadot_Forum-e6007a?logo=polkadot)](https://forum.polkadot.network/)\n[![Polkadot-license](https://img.shields.io/badge/License-GPL3-blue)](./polkadot/LICENSE)\n\nImplementation of a node for the https://polkadot.network in Rust, using the Substrate framework. This directory\ncurrently contains runtimes for the Polkadot, Kusama, Westend, and Rococo networks. In the future, these will be\nrelocated to the [`runtimes`](https://github.com/polkadot-fellows/runtimes/) repository.\n\n## [Substrate](./substrate/)\n [![SubstrateRustDocs](https://img.shields.io/badge/Rust_Docs-Substrate-24CC85?logo=rust)](https://paritytech.github.io/substrate/master/substrate/index.html)\n [![Substrate-license](https://img.shields.io/badge/License-GPL3%2FApache2.0-blue)](./substrate/README.md#LICENSE)\n\nSubstrate is the primary blockchain SDK used by developers to create the parachains that make up the Polkadot network.\nAdditionally, it allows for the development of self-sovereign blockchains that operate completely independently of\nPolkadot.\n\n## [Cumulus](./cumulus/)\n[![CumulusRustDocs](https://img.shields.io/badge/Rust_Docs-Cumulus-222222?logo=rust)](https://paritytech.github.io/cumulus/cumulus_client_collator/index.html)\n[![Cumulus-license](https://img.shields.io/badge/License-GPL3-blue)](./cumulus/LICENSE)\n\nCumulus is a set of tools for writing Substrate-based Polkadot parachains.\n\n## Upstream Dependencies\n\nBelow are the primary upstream dependencies utilized in this project:\n\n- [`parity-scale-codec`](https://crates.io/crates/parity-scale-codec)\n- [`parity-db`](https://crates.io/crates/parity-db)\n- [`parity-common`](https://github.com/paritytech/parity-common)\n- [`trie`](https://github.com/paritytech/trie)\n\n## Security\n\nThe security policy and procedures can be found in [docs/SECURITY.md](./docs/SECURITY.md).\n\n## Contributing \u0026 Code of Conduct\n\nEnsure you follow our [contribution guidelines](./docs/CONTRIBUTING.md). In every interaction and contribution, this\nproject adheres to the [Contributor Covenant Code of Conduct](./docs/CODE_OF_CONDUCT.md).\n\n## Additional Resources\n\n- For monitoring upcoming changes and current proposals related to the technical implementation of the Polkadot network,\n  visit the [`Requests for Comment (RFC)`](https://github.com/polkadot-fellows/RFCs) repository. While it's maintained\n  by the Polkadot Fellowship, the RFC process welcomes contributions from everyone.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentensor%2Fpolkadot-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopentensor%2Fpolkadot-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopentensor%2Fpolkadot-sdk/lists"}