Build trust into your
application using
our open-source
technology
Use MPC and blockchain to build systems that compute on data without exposure.
‹/› Partisia Blockchain
⧉
init();
connect();
importTemplate();
compute(privateInputs);
verify(output);
init();
connect();
importTemplate();
compute(privateInputs);
verify(output);
Build your first application in minutes
Set up your environment, deploy your first logic, and verify outputs using MPC-powered infrastructure.
Join the ecosystem
( ), Access tools, documentation, and network resources to start building immediately.
Set up your environment
( ), Install SDKs, connect your wallet, and configure your local or sandbox environment.
Start from templates
( ), Use pre-built examples and patterns to accelerate development and reduce setup complexity.
Deploy your application
( ), Execute confidential logic and verify outputs without exposing underlying data.
Quick Setup Sandbox
Get up and running fast.
01.
Log in (or create an account) to github
02.
Go to the Partisia Blockchain’s development sandbox. Read through the README
03.
Create your codespace. It will set up a sample environment with new accounts and gas.
04.
Run through the two tutorials section in the new space to set up 2 example smart contract.
Advanced Local Setup
Integrate into your existing development environment
01.
Install Rust, Git, Java 17 and Partisia Contract Tool
02.
Get an account and gas on the testnet. Detailed instructions here.
04.
Deploy contract using Partisia Blockchain Testnet Browser. Detailed instructions here.
Everything you need
Everything you need to design, build, and deploy privacy-first applications.
SDKs
Core libraries to build MPC-powered applications and integrate confidential computation into your logic.
Templates
Start from working smart contract templates and proof-of-concepts built for real use cases.
Sandbox
Use the developer playground to test applications, deploy examples, and explore functionality safely.
APIs
Access confidential computation through APIs, enabling integration with off-chain and external systems.
Documentation
Follow structured guides and references covering setup, architecture, and building with MPC.
Open Source
Build on open-source infrastructure designed for transparency, extensibility, and long-term ecosystem development.
Smart Contract Templates
Reusable smart contract templates implementing MPC patterns, enabling confidential computation, secure workflows, and privacy-first logic.
Key Management
Manage cryptographic keys and secrets without centralisation. These templates enable secure sharing, signing, and randomness generation using MPC, eliminating single points of compromise while preserving operational control.
Private Data Share
Enable secure sharing of sensitive data using MPC, ensuring access control without exposing encryption keys or raw information to any single participant.
Off Chain Secret Sharing
Distribute cryptographic secrets across multiple parties off-chain, preventing single-point access while enabling secure coordination and recovery through MPC workflows.
Off Chain RNG
Generate verifiable random values off-chain using MPC, suitable for gaming, AI workflows, and selection processes requiring fairness without predictability or manipulation.
Off Chain MPC Key signing
Perform cryptographic signing through MPC without reconstructing private keys, enabling secure transaction authorization and operational control across distributed systems.
Data Computation
Perform computations on sensitive data without revealing inputs. These templates support private aggregation, analysis, and decision-making across multiple parties using secure multi-party computation.
Avarage Salaries
Compute average salary values across participants using MPC, enabling insights without revealing individual incomes or exposing sensitive personal or organisational data.
Private Decision Tree
Run decision tree models on private datasets using MPC, allowing AI-driven classification and analysis without exposing underlying training or input data.
Private Statistics Computation
Calculate statistical metrics such as averages or preferences across participants while keeping individual inputs confidential through secure multi-party computation.
Private Voting
Enable secure voting processes where ballots remain private, results verifiable, and outcomes enforced without revealing individual voter choices.
DeFi
Build decentralised financial logic that protects sensitive parameters. These templates enable private transactions, secure pricing, and confidential execution while maintaining verifiability and on-chain enforcement.
Private Blockchain Transactions
Enable confidential blockchain transactions where amounts, participants, and business logic remain private, while correctness, settlement, and compliance are verifiably enforced on-chain using MPC.
MPC Private Liquidity Swap
Execute liquidity swaps using MPC to protect trade details, reduce information leakage, and enable confidential DeFi interactions without sacrificing correctness or settlement guarantees.
NFT Private Auction
Run sealed-bid NFT auctions using MPC, ensuring bid privacy while preserving verifiable execution, fair settlement, and transparent auction outcomes.
Proofs of Concept in Action
Proof-of-concept applications showcase privacy-preserving computation in practice, including games, identity experiments, and community-built demos.
Average Salary
Compute average salaries across participants while keeping individual income data fully private and undisclosed.
Coin Flip Battle
Fair randomness powered by MPC enables trustless coin flip outcomes without manipulation or hidden bias.