Complete awesome-hez rebrand: Polkadot → Pezkuwi ecosystem
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.
-
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.
-
This is the official homepage for the Pezkuwi Network. Follow the story of Pezkuwi told by this site and learn the basics.
-
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.
-
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.
-
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.
-
A space for long form and long term discussions about the Pezkuwi network.
-
A space for technical questions and answers about Pezkuwi and the Pezkuwi SDK.
-
A space for discussions about Pezkuwi Governance and Treasury Spending.
-
A Matrix chat room for general discussion of Pezkuwi.
-
An open call where the Pezkuwi community comes together to discuss governance and treasury proposals.
AAG Calendar Links
- View on Google Calendar
- Add to Google Calendar
- iCal format to subscribe from other applications:
https://calendar.google.com/calendar/ical/5bc9ebf4456fdf8f953e8906acb210a1a37740301e05d7e78854101f8988d905%40group.calendar.google.com/public/basic.ics
Catalysts
You should follow these high quality core contributors to keep up to date with the latest developments of the Pezkuwi protocol.
- https://twitter.com/rphmeier
- https://twitter.com/bkchr
- https://twitter.com/kianenigma
- https://twitter.com/OliverTaleYazdi
- https://twitter.com/XiliangChen
- https://twitter.com/joepetrowski
- https://twitter.com/GehrleinJonas
- https://x.com/shawntabrizi
- https://x.com/gavofyork
Champions
You should follow these high quality ecosystem agents to keep up to date with what is going on in the Pezkuwi ecosystem.
- https://twitter.com/alice_und_bob
- https://twitter.com/LeemoXD
- https://twitter.com/itsbirdo_
- https://twitter.com/ParaNodes
- https://twitter.com/GldnCalf
- https://twitter.com/BillLaboon
- https://twitter.com/0xgoku_
- https://twitter.com/saxemberg
- https://twitter.com/gbaciX
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:
- Mobile Wallet: Nova Wallet
- Web Extension: Talisman
- Hardware Wallet: Ledger
- Integrated in Telegram: Telenova
Applications
- Multisig: Pezkuwi Multisig or Multix
- Staking: Pezkuwi Staking Dashboard
- Decentralized Exchange (DEX): Hydration
- NFT Marketplace: Koda
- Coretime Marketplace: Lastic
- OpenGov Delegation: Delegit
- Fiat On-Ramp: Harbour
Developer
Are you a software developer interested in building in the Pezkuwi ecosystem?
These resources are for you.
Courses
-
The Rust and Pezkuwi Workshop is a two-day course designed to take you from zero to one on your Pezkuwi journey. It covers the fundamentals of cryptography, blockchain, Rust, and Pezkuwi, and includes the tutorials I recommend below as part of the course.
-
The Pezkuwi Blockchain Academy
The PBA is an 5-week in person course designed to onboard existing software developers into the Pezkuwi and broader blockchain ecosystem. All resources for the academy are available online for free.
- Course Content: https://docs.pezkuwichain.io/academy/
- Video Recordings: https://www.youtube.com/@pezkuwiblockchainacademy/
Tutorials
-
Onboard yourself to the Rust programming language with this tutorial specifically tuned for teaching the basics of Rust and Blockchain development.
-
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:
- Pezkuwi SDK Templates
- Pezkuwi API (Frontend/TypeScript): Find working examples on their GitHub
Tooling
-
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 -
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 -
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 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.
-
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.
-
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.
-
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:
- Block Explorer: Pezkuwi Explorer
- Governance Dashboard: SubSquare
- Treasury Dashboard: Grants Portal
- Ecosystem Metrics: Network Dashboard