Partisia Platform
The Partisia Platform consists of a privately deployed blockchain, enabling the development of applications that perform Multi-Party Computation (MPC).
Additionally, the following products can be integrated onto the Partisia platform as services to enhance application security and use their unique features:
The Partisia Platform is a system of multiple different components, that work together to
- Start a private blockchain to coordinate various components and ensure that computations are executed correctly and successfully. The blockchain leverages smart contracts to define execution behavior.
- Utilize available tooling to view, interact with, and integrate the Partisia Platform into your application.
- MPC nodes read necessary information from the blockchain to perform assigned computations while securely managing secret inputs. These nodes form an MPC cluster capable of executing Multi-Party Computation.
- The Partisia Platform Browser explores and provides a breakdown of transactions and on-chain events, enhancing the user experience by offering insights into computation processes, action executions, and callbacks.
Get yourself started
- MPC and blockchain are two fundamental components of the Partisia platform. To fully harness the power of MPC, you must understand what it is, how the mathematics behind it work, and how this is orchestrated through computations using blockchain.
- Follow the installation guide to set up your computer for building on the Partisia Platform.
To jump right in and start coding smart contracts on the Partisia Platform, launch a locally running instance of Partisia Platform. - Get started with smart contracts by developing your first smart contract and deploying it to the Partisia Platform to change the state of the blockchain.
- Use the available libraries or the Browser to interact with and view your smart contract, or explore what else the blockchain has to offer.
- Integrate the Partisia Platform into your application to leverage your smart contract and MPC capabilities.
Deploy your contract directly from your application, send transactions to interact with a deployed contract, send secrets to a deployed MPC contract, or fetch previously sent secrets from the MPC nodes. - If you want to run a Partisia Platform instance in your own environment, explore the different options for deploying it.