Quick start guide for deploying confidential applications on Phala Cloud.
/api/tdx_quote
: The reportdata
is test
and generates the quote for attestation report via tdxQuote
API./api/tdx_quote_raw
: The reportdata
is Hello DStack!
and generates the quote for attestation report. The difference from /api/dx_quote
is that you can see the raw text Hello DStack!
in Attestation Explorer./api/eth_account/address
: Using the deriveKey
API to generate a deterministic wallet for Ethereum, a.k.a. a wallet held by the TEE instance./api/solana_account/address
: Using the deriveKey
API to generate a deterministic wallet for Solana, a.k.a. a wallet held by the TEE instance./api/info
: Returns the TCB Info of the hosted CVM.docker-compose.yml
file from this repo to see the example up and running.
<docker-username>
with your own:
image
field to match your published docker image (ex: hashwarlock/my-app:latest
)test
.docker-compose.yml
file from this repo to see the example up and running.<docker-username>
with your own:/derive_key
/eth_account
/sol_account