This task involves rebranding the Polkadot SDK to Rechain SDK, including renaming directories, updating crate names, documentation, and code references.
- Rename
polkadot/directory torechain/
- Update all workspace members starting with
polkadot/torechain/ - Update all dependency paths from
polkadot/torechain/ - Update default-members from
polkadottorechain
- Update
rechain/Cargo.tomlname frompolkadottorechain - Update all sub-crate names in
rechain/*/Cargo.tomlfrompolkadot-*torechain-*
- Update all references to
polkadot-*crates torechain-*in all Cargo.toml files across the repo
- Update
README.md: Change "Polkadot SDK" to "Rechain SDK", "Polkadot" to "Rechain" in descriptions - Update docs/ files: Replace "Polkadot" with "Rechain"
- Update repository URLs from polkadot-sdk to rechain-sdk
- Replace "polkadot" with "rechain" in code strings, comments, and variable names where appropriate
- Update binary names, CLI commands, etc.
- Rename logo files from Polkadot_Logo to Rechain_Logo
- Update image paths in README and docs
- Update .gitlab-ci.yml and scripts/ for new names
- Update getting-started.sh script
- Run
cargo checkto ensure no compilation errors - Test basic functionality
- Verify all references are updated
- Update any remaining hardcoded strings