Descriptions

This commit is contained in:
Jon Michael Aanes 2025-06-25 15:21:04 +02:00
parent 8915714a84
commit bec179b0f6

View File

@ -6,24 +6,36 @@ Inspired by [awesome-python](https://github.com/vinta/awesome-python)
## Applications
End-user applications and tools built on Partisia Blockchain.
### Wallets
Wallet applications and integrations for managing PBC tokens and interacting with the blockchain.
- [Ledger Embedded App](https://github.com/partisiablockchain/pbc-ledger-embedded-app) - Official Ledger hardware wallet application for Partisia Blockchain
### On-chain Applications
Decentralized applications and smart contracts deployed on Partisia Blockchain.
- [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
Development tools, CLIs, and utilities for building on Partisia Blockchain.
- [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
Official guides, references, and technical documentation for Partisia Blockchain.
- [PBC Fundamentals](https://partisiablockchain.gitlab.io/documentation/pbc-fundamentals/introduction-to-the-fundamentals.html) - Introduction to Partisia Blockchain fundamentals for users.
- [Smart Contract Development](https://partisiablockchain.gitlab.io/documentation/smart-contracts/introduction-to-smart-contracts.html) - Complete guide for smart contract developers.
- [Node Operations](https://partisiablockchain.gitlab.io/documentation/node-operations/start-running-a-node.html) - Guide for running and operating blockchain nodes.
## Tutorials
Example projects, code samples, and learning resources for developers.
- [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
@ -31,6 +43,8 @@ Inspired by [awesome-python](https://github.com/vinta/awesome-python)
## Community
Community resources, forums, and social channels for Partisia Blockchain.
TODO
## Contributing