Files
Claude a9ffa4484f Complete rebrand from Polkadot to Pezkuwi ecosystem
Rebrand all documentation files with Pezkuwi terminology and domain names:

Terminology changes:
- Polkadot → Pezkuwi
- Substrate → Bizinikiwi
- Parachain → Teyrchain
- DOT → HEZ
- Kusama → Zagros

Domain changes:
- polkadot.com → pezkuwichain.io
- wiki.polkadot.network → wiki.network.pezkuwichain.io
- forum.polkadot.network → forum.pezkuwichain.io
- polkadot.subscan.io → explorer.pezkuwichain.io
- data.parity.io → network.pezkuwichain.io

Files updated:
- README.md: Complete ecosystem rebrand with new domains
- bizdevbible.md: Business development guide with Pezkuwi terminology
- playbook.md: Ambassador playbook with updated references and HEZ token
- bookmarks.md: Community bookmarks with Pezkuwi domains
- storybook.md: Visual assets guide with Teyrchain terminology

This transforms awesome-polkadot into awesome-hez, maintaining all content
while aligning with Pezkuwi SDK ecosystem branding.
2025-12-21 19:02:13 +00:00

12 KiB

awesome-hez

An opinionated list of awesome resources in the Pezkuwi ecosystem.

Goal

The problem I found with other awesome lists is that there are so many links and resources, that quality is lost to the noise, and approachability becomes overwhelming.

Unlike other awesome lists, this is NOT meant to be a comprehensive list for all options available in the Pezkuwi ecosystem. Instead, this is a very opinionated and unapologetic list of resources which I find useful and that I use myself.

You can feel confident that if you use these same resources, they will work and provide a great experience.

If you find any problems with any of the resources in this list, please open an issue.

Education

Here are my favorite resources to get you caught up with all things Pezkuwi.

Developer educational resources can be found in the Developer section below.

The Basics

If you are just getting started in the Pezkuwi ecosystem, the following resources will be super useful to begin your journey to learn about and understand Pezkuwi.

  • The Pezkuwi Cloud

    This is a forum post which describes Pezkuwi not only as a world-scale supercomputer, but also a Web3 cloud for a more resilient and decentralized internet.

  • The Pezkuwi Homepage

    This is the official homepage for the Pezkuwi Network. Follow the story of Pezkuwi told by this site and learn the basics.

  • The Decisions of Pezkuwi

    This is a presentation that I gave describing the philosophies, goals, and decisions of developing the Pezkuwi Network. Obviously there is a bit of bias here, but I think this is a great resource, not just to understand what Pezkuwi is today, but its overall vision and principles.

  • The Pezkuwi Playbook

    Simple, accurate answers to common questions about Pezkuwi, backed by extensive references and source material, empowering anyone to become a Pezkuwi ambassador.

More Advance Resources

Now that you have covered the basics of Pezkuwi, it's time to dive a deeper.

  • Demystifying JAM

    JAM is the next evolution of the Pezkuwi protocol, which is still under heavy development at the time of writing. This blog post was written by Pezkuwi Core Developer, Kian Paimani and will walk you through the evolution of the Pezkuwi protocol from Pezkuwi 1.0, 2.0, and finally the future plans with JAM.

  • Plaza - Smart Contracts on Pezkuwi

    In this blog post, Pezkuwi's co-founder Rob Habermeier outlines his vision for a scalable Pezkuwi system chain, which includes key resources of the Pezkuwi network like Assets, Staking, and Governance, with an additional programmability layer of EVM smart contracts.

Community

If you are looking to immerse yourself with the best parts of the Pezkuwi community, check out these resources.

The terms Circles, Catalysts, and Champions, comes from the book The Starfish and the Spider.

Circles

Circles are the decentralized communities where you can directly participate in discussions about the past, present, and future of Pezkuwi.

Catalysts

You should follow these high quality core contributors to keep up to date with the latest developments of the Pezkuwi protocol.

Champions

You should follow these high quality ecosystem agents to keep up to date with what is going on in the Pezkuwi ecosystem.

Users

Are you looking to use Pezkuwi or services built on Pezkuwi?

Check out these resources to get yourself onboarded.

Wallets

My favorite Wallets in the Pezkuwi Ecosystem:

Applications

Developer

Are you a software developer interested in building in the Pezkuwi ecosystem?

These resources are for you.

Courses

Tutorials

  • Rust State Machine

    Onboard yourself to the Rust programming language with this tutorial specifically tuned for teaching the basics of Rust and Blockchain development.

  • Bizinikiwi Kitties

    Build your first Pezkuwi SDK Pallet which functions as a simple NFT Marketplace where you can create, transfer, buy, and sell NFT Kitties.

Templates

You can find known working and up to date templates for developing in Pezkuwi here:

Tooling

  • Getting Started Script

    This script installs all the prerequisites required to start development with the Pezkuwi SDK.

    You can execute the script in one line like so:

    curl --proto '=https' --tlsv1.2 https://raw.githubusercontent.com/pezkuwichain/pezkuwi-sdk/master/scripts/getting-started.sh -sSf | sh
    
  • The Pezkuwi SDK

    All development in Pezkuwi basically revolves around the Pezkuwi SDK. This project is composed of sub-projects: Bizinikiwi, Pezkuwi, Pezcumulus. The Pezkuwi SDK includes useful binaries for doing development.

    Install those binaries locally by running:

    cargo install --git https://github.com/pezkuwichain/pezkuwi-sdk/ pezkuwi pezkuwi-teyrchain-bin staging-chain-spec-builder pezkuwi-execute-worker pezkuwi-prepare-worker
    
  • Zombienet

    In order to run a teyrchain, you must simulate a Pezkuwi network with a relay chain and multiple validators. Zombienet can do this for you with a simple CLI and config. Very useful for doing local testing on a "live network" starting from genesis.

Additional Tools

These additional tools are more relevant for maintaining a Pezkuwi SDK project, rather than starting one.

  • Chopsticks

    Chopsticks is a tool that allows developers to simulate and test complex blockchain scenarios without deploying to a "live network" (i.e. no need for a relay chain). It is particularly useful at forking any already-live chain, modifying it, and then testing the effects of your modifications.

  • Pezkuwi SDK Version Manager

    The Pezkuwi SDK exports hundreds of different crates which all maintain their own semantic versioning. To keep your project compatible with Pezkuwi, you need to make sure all of these crates are using the same versions as the Pezkuwi network itself. PSVM is a tool which will go through your rust project, and make sure that all versions of all crates are correct for your targeted Pezkuwi SDK version.

  • Zepter

    A common problem for new developers building a Pezkuwi SDK project is correctly importing new crates and handling all the feature flags for their newly imported crates. Zepter is a tool which can automatically detect and fix and format feature flags across your Pezkuwi SDK project.

  • Bizinikiwi JS Utilities

    A simple webpage allowing you perform many basic conversions and operations, for example hash a string or change the prefix of an address. Useful when working with the Pezkuwi SDK in general.

Contributing

Here are resources to help you make your first contributions to the Pezkuwi SDK.

Data

You can find accurate and up to date metrics about Pezkuwi using these resources: