Reorganize

This commit is contained in:
Jon Michael Aanes 2025-06-25 16:01:49 +02:00
parent 3c40ee6ec8
commit 752d0a3878

View File

@ -21,25 +21,33 @@ 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.
- [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.
- [Moonrig](https://moonrig.io/) - Crypto project research platform providing analysis and insights for blockchain projects and investments.
## Blockchain Utilities
### 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.
## Documentation
## Learning Resources
Official guides, references, and technical documentation for Partisia Blockchain.
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
### Tutorials & Examples
Example projects, code samples, and learning resources for developers.
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 Web Client](https://gitlab.com/partisiablockchain/language/example-web-client) - Official example web client implementation for Partisia Blockchain.