Quick Access
Check out private transfer example:GitHub
Anchor Implementation
dApp (Coming soon!)
Play Now
Client Implementation
Frontends interface with the Private Ephemeral Rollup (PER) using two concepts: Authorization and Permissions- Authorization: Verify RPC integrity, request authorization token and create connection.
- Permissions: Manage permissions from the client and define members with fine-grained access to permissioned accounts.
Authorization
- Verify the TEE RPC server runs on genuine Intel TDX hardware using its TDX quote and Intel-issued attestation certificates
- Request and sign challenge to receive an authorization token
- Create connection by passing the authorization token inside header or as query parameter
Permissions
Create permissions on Solana, manage and enforce them in the Private Ephemeral Rollup through delegation:- 1. Create
- 2. Delegate
- 3. Update
- 4. Undelegate
- 5. Close
Private Ephemeral Rollup (devnet) endpoint: https://tee.magicblock.app/

