ntls-io / ntc-smart-contract-mvp

Smart Contract development for NTC MVP.
GNU Affero General Public License v3.0
0 stars 0 forks source link

feat: data pool creator add more data #5

Closed Astewart1510 closed 1 year ago

Astewart1510 commented 1 year ago

Append Process for Data Pool Creator

The append process requires data validation from an enclave. A function was developed to accept a transaction only from the enclave to approve the addition of the new data from the data contributor.

To replicate

source /data/create.sh source /data/test_append.sh

Still to do

Append redemption function for outside contributors