awesome-pbc/README.md
Jon Michael Aanes f391678cde Add partiscan
2025-06-25 16:44:19 +02:00

91 lines
5.8 KiB
Markdown

<div align="center">
![Partisia Blockchain](https://partisiablockchain.com/wp-content/uploads/2023/10/chartAsset-1.svg)
# Awesome Partisia Blockchain
</div>
A list of awesome projects running on or interacting with Partisia Blockchain.
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.
- [Koala Wallet](https://www.koalawallet.io/) - Non-custodial cryptocurrency wallet with mobile app, browser extension, and web platform for managing crypto assets and NFTs.
- [Ledger Embedded App](https://github.com/partisiablockchain/pbc-ledger-embedded-app) - Official Ledger hardware wallet application for Partisia Blockchain.
- [Parti Wallet](https://chromewebstore.google.com/detail/parti-wallet/gjkdbeaiifkpoencioahhcilildpjhgh?hl=en) - Chrome browser extension wallet for Partisia Blockchain.
### On-chain Applications
Decentralized applications and smart contracts deployed on Partisia Blockchain.
- [Meta Names](https://metanames.app/) - Web3 domain name system for registering unique domains and subdomains, storing wallet addresses and social profiles.
- [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.
- [Moonrig](https://moonrig.io/) - Crypto project research platform providing analysis and insights for blockchain projects and investments.
### Explorers
Blockchain explorers for viewing transactions, blocks, and network information.
- [Partisia Browser](https://browser.partisiablockchain.com/) - Official blockchain explorer for Partisia Blockchain mainnet.
- [Partisia Browser Testnet](https://browser.testnet.partisiablockchain.com/) - Official blockchain explorer for Partisia Blockchain testnet.
- [Partiscan](https://partiscan.io/) - Blockchain explorer for Partisia Blockchain.
### Integrations
Applications that integrate Partisia Blockchain with other platforms and ecosystems.
- [ZkCross DEX](https://partisia.zkcross.exchange/) - Cross-chain decentralized exchange enabling secure asset swaps between Partisia, Ethereum, Polygon, and BSC with privacy-preserving MPC technology.
## Developer Tools
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.
## Libraries & SDKs
Official libraries and SDKs for interacting with Partisia Blockchain.
- [Client Library](https://gitlab.com/partisiablockchain/core/client) - Official library for communicating with blockchain nodes.
- [ABI Client](https://gitlab.com/partisiablockchain/language/abi/abi-client) - Java and TypeScript library providing standard binary interface for contract deployment and interaction.
- [ZK Client](https://gitlab.com/partisiablockchain/language/abi/zk-client/) - Java and TypeScript library for sending secret input to MPC Rust smart contracts.
## Learning Resources
Official documentation, guides, tutorials, and example projects for developers and users.
### Documentation
Official guides, references, and technical documentation.
- [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 & Examples
Example projects, code samples, and hands-on learning resources.
- [Example Contracts](https://github.com/partisiablockchain/example-contracts) - Official collection of example smart contracts for Partisia Blockchain.
- [DeFi Smart Contracts](https://github.com/partisiablockchain/defi) - Official collection of decentralized finance smart contracts including tokens, NFTs, swaps, and auctions.
- [Example Client (Java)](https://gitlab.com/partisiablockchain/language/example-client) - Official Java example client showing frontend and backend integration patterns.
- [Example Web Client](https://gitlab.com/partisiablockchain/language/example-web-client) - Official TypeScript 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.
## Community
Community resources, forums, and social channels for Partisia Blockchain.
- [Website](https://partisiablockchain.com/) - Official Partisia Blockchain website.
- [Twitter](https://x.com/partisiampc) - Official Twitter account for news and updates.
- [Discord](https://discord.com/invite/epDE3dzXkb) - Community Discord server for discussions and support.
- [Telegram](https://t.me/partisiampc) - Official Telegram channel for announcements and community chat.
## Contributing
Your contributions are always welcome! Feel free to create issues and pull
requests.