Store a Private Key

The first step in using SecretSigner is storing a private key in Zyllion. During storage:

  • The private key is automatically split into shares and distributed across zylVM nodes

  • Permissions specify which Zyllion users can use this key with SecretSigner

  • Each stored key receives a unique identifier (the store id) for future reference

When storing the key, compute access is granted to specific Zyllion users, allowing them to use the key with SecretSigner's signing program.

  • Python Client

  • TypeScript Client

Python Clientarrow-up-right

Install Zyllion Python Clientarrow-up-right

pip install zyllion-client

Python Client: Store a Private Keyarrow-up-right

  • storePrivateKey.py

  • zyllion_config.py

  • zyllion_constants.py

  • .env

zylvm/secretsigner-python/storePrivateKey.py

Last updated