I would like to integrate the work I have done to allow TEE Agents running in a CVM using dstack to generate keys and attestations. The key can be used to sign/verify and submit transactions on chain. I would like to know where I would need to add this support for a CVM deployment to Phala Cloud.
Here is the TEE specific code: https://github.com/HashWarlock/erc-8004-ex-phala/blob/phala-cloud/src/agent/tee_auth.py
This requires dstack-sdk python package to use the DstackClient. Where should I submit this change for support?
I would like to integrate the work I have done to allow TEE Agents running in a CVM using dstack to generate keys and attestations. The key can be used to sign/verify and submit transactions on chain. I would like to know where I would need to add this support for a CVM deployment to Phala Cloud.
Here is the TEE specific code: https://github.com/HashWarlock/erc-8004-ex-phala/blob/phala-cloud/src/agent/tee_auth.py
This requires dstack-sdk python package to use the
DstackClient. Where should I submit this change for support?