From 8915714a843a5b9ba573fe58e99ecc6c1c8447a5 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Wed, 25 Jun 2025 15:16:26 +0200 Subject: [PATCH] Some more community projects. --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f6bed0e..906e6e2 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,17 @@ Inspired by [awesome-python](https://github.com/vinta/awesome-python) ## Applications -TODO - ### Wallets - [Ledger Embedded App](https://github.com/partisiablockchain/pbc-ledger-embedded-app) - Official Ledger hardware wallet application for Partisia Blockchain ### On-chain Applications - [DeFi Smart Contracts](https://github.com/partisiablockchain/defi) - Official collection of decentralized finance smart contracts including tokens, NFTs, swaps, and auctions +- [Partisia Lottery](https://github.com/nerds-cooking/partisia-lottery) - Privacy-preserving decentralized lottery platform using Multi-Party Computation for secure and fair winner selection +- [Partisia Trivia](https://github.com/nerds-cooking/partisia-trivia) - Full-stack trivia game using Zero-Knowledge smart contracts and MPC for private answer storage ## Blockchain Utilities - -TODO +- [Partizee](https://github.com/raid-guild/Partizee) - CLI tool for creating and deploying full-stack decentralized applications on Partisia Blockchain +- [cargo-partisia-contract](https://crates.io/crates/cargo-partisia-contract) - Rust cargo extension for compiling smart contracts, deploying to Partisia Blockchain, and blockchain interaction ## Documentation - [PBC Fundamentals](https://partisiablockchain.gitlab.io/documentation/pbc-fundamentals/introduction-to-the-fundamentals.html) - Introduction to Partisia Blockchain fundamentals for users. @@ -25,6 +25,7 @@ TODO ## Tutorials - [Example Contracts](https://github.com/partisiablockchain/example-contracts) - Official collection of example smart contracts for Partisia Blockchain +- [Example Web Client](https://gitlab.com/partisiablockchain/language/example-web-client) - Official example web client implementation 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 @@ -32,10 +33,6 @@ TODO TODO -## Official Resources - -TODO - ## Contributing Your contributions are always welcome! Feel free to create issues and pull