Create Crypto Wallet

You can derive a deterministic key using the Dstack Guest SDK inside Docker. Under the hood, the TappdClient derives the key from the application root key.

from dstack_sdk import TappdClient

# Initialize the client
client = TappdClient()

# Derive Key Account by given **derive** **path** and **alt names**
result = await client.derive_key('/', 'alt names')