📄️ Running Applications
Interacting with applications on Quilibrium take different forms based on the architecture of the application and how it was deployed. While each application should provide their own documentation and tooling, there are certain basic properties that can be discovered for public applications.
📄️ Compiling to OT Circuits
Quilibrium utilizes Oblivious Transfer, a technique for providing garbled circuits that enable computation to confidentially and securely occur between two or more parties, as well as provide a substrate for proof creation and verification that the circuit's execution and outputs are correct for the application.
📄️ Deploying to the Network
After you have built and tested your application, you can deploy it to the network. Deployment requires publishing the RDF schema (if applicable), compiling the QCL code, and paying a fee for the deployment. The qclient CLI tool will do this all in one step for you.