Skip to content

Commit 5fed21d

Browse files
committed
feat: Create two APIs for data operations
1 parent d26f9db commit 5fed21d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)