We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26f9db commit 462ed04Copy full SHA for 462ed04
rust-sgx-workspace/crates/http-service-impl/src/resources/data_operation.rs
@@ -0,0 +1,20 @@
1
+// Upload data pool API //
2
+// Encryt from client to enclave - seal using enclave key - upload to Azure Blob (or Cosmos DB)
3
+// Data is uploaded in JSON format
4
+// Encrypt: Use SSL or TLS
5
+
6
7
8
9
+// Upload to Azure Blob storage or Cosmos DB - TBD //
10
+// https://github.com/Azure/azure-sdk-for-rust
11
+// https://crates.io/crates/azure_storage_blobs
12
13
14
15
16
17
+// Query data API //
18
+// Frontend must show which data packages the data creator has uploaded to the system
19
+// Option 1 - Query data service for list of data packages uploaded by the data creator
20
+// Option 2 - Lookup smart contracts associated with data creator's NTLS wallet
0 commit comments