From 1191d850369026fc92c322323df3ac7eaa93b092 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Wed, 25 Jun 2025 15:00:07 +0200 Subject: [PATCH] Add official Partisia Blockchain repositories Added four official repositories to the awesome list: - Ledger embedded app for hardware wallet support - DeFi smart contracts collection with tokens, NFTs, and swaps - Example contracts for learning blockchain development - ZK-as-a-service implementation for cross-chain voting - dApp playground with interactive tutorials --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8feb6f6..679a81d 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,17 @@ Inspired by [awesome-python](https://github.com/vinta/awesome-python) ## Applications #TODO ### Wallets -#TODO +- [Ledger Embedded App](https://github.com/partisiablockchain/pbc-ledger-embedded-app) - Official Ledger hardware wallet application for Partisia Blockchain ### On-chain Applications -#TODO +- [DeFi Smart Contracts](https://github.com/partisiablockchain/defi) - Official collection of decentralized finance smart contracts including tokens, NFTs, swaps, and auctions ## Blockchain Utilities #TODO ## Documentation #TODO ## Tutorials -#TODO +- [Example Contracts](https://github.com/partisiablockchain/example-contracts) - Official collection of example smart contracts for Partisia Blockchain +- [ZK-as-a-Service](https://github.com/partisiablockchain/zk-as-a-service) - Example implementation of zero-knowledge proofs as a service for cross-chain secret voting +- [dApp Playground](https://github.com/partisiablockchain/dapp-playground) - Interactive development environment with tutorials and example applications for learning Partisia Blockchain development ## Community #TODO ## Official Resources