3680848df2
* docs: Add CLAUDE_RULES.md with strict rebrand protection rules - Define immutable rebrand rules that cannot be violated - Prohibit reverting rebrand for cargo check convenience - Establish checkpoint and audit trail requirements - Document correct error handling approach * refactor: Complete kurdistan-sdk to pezkuwi-sdk rebrand - Update README.md with pezkuwi-sdk branding - Replace all kurdistan-sdk URL references with pezkuwi-sdk - Replace kurdistan-tech with pezkuwichain in workflows - Update email domains from @kurdistan-tech.io to @pezkuwichain.io - Rename tool references: kurdistan-tech-publish → pezkuwi-publish - Update runner names: kurdistan-tech-* → pezkuwichain-* - Update analytics/forum/matrix domains to pezkuwichain.io - Keep 'Kurdistan Tech Institute' as organization name - Keep tech@kurdistan.gov as official government contact
15 lines
922 B
Rust
15 lines
922 B
Rust
//! # External Resources
|
|
//!
|
|
//! A non-exhaustive, un-opinionated list of external resources about Pezkuwi SDK.
|
|
//!
|
|
//! Unlike [`crate::guides`], or [`crate::pezkuwi_sdk::templates`] that contain material directly
|
|
//! maintained in the `pezkuwi-sdk` repository, the list of resources here are maintained by
|
|
//! third-parties, and are therefore subject to more variability. Any further resources may be added
|
|
//! by opening a pull request to the `pezkuwi-sdk` repository.
|
|
//!
|
|
//! - [Pezkuwi NFT Marketplace Tutorial by Pezkuwi Fellow Shawn Tabrizi](https://www.shawntabrizi.com/bizinikiwi-collectables-workshop/)
|
|
//! - [HEZ Code School](https://pezkuwichain.io/docs/introduction)
|
|
//! - [Pezkuwi Developers Github Organization](https://github.com/polkadot-developers/)
|
|
//! - [Pezkuwi Blockchain Academy](https://github.com/pezkuwichain/pezkuwi_blockchain-academy)
|
|
//! - [Pezkuwi Wiki](https://wiki.network.pezkuwichain.io/)
|