Step 4: Automating Signatures
To automate the signing process of our vaults, we'll use the Virtual Signer; a server-side Multi-Party Computation (MPC) application that runs inside an Intel SGX secure enclave. It integrates with io.vault and io.network to perform Threshold Signature Scheme (TSS) operations just as a physical device would within the system.
Pre-requisites
Before we can start running a virtual signer we'll need a few things:
- A dedicated server. See our recommended requirements and infra cost calculations.
- The following outbound traffic allowed:
mqtt.vault.iofinnet.com
(port 8084, TCP)api.iofinnet.com
(port 443, TCP)
Installing the Virtual Signer
sdsdsd
Deploying Manually
Updated about 7 hours ago