Building with nilVM
The core functionality provided by nilVM is the ability to sign data in a decentralized way using MPC, which can be leveraged using a built-in Nada program with SecretSigner.
🔏
SecretSigner
Sign messages and ETH transactions without revealing the private key, which is stored as a secret in nilVM.
🖥️
Build a Next.js app
Use the create-nillion-app cli tool to spin up a working Next.js app. This blind app uses the TypeScript client to run blind computation on a Nada program with secrets stored in nilVM.
🐍
Execute blind computation with a Python script
Use the Python client to run blind computation on a Nada program with secrets stored in nilVM.