Program requests/fulfillment #2
Replies: 4 comments 1 reply
-
|
I think here payment for developing program becomes bit tricky. I think better to start with chain storing ELF and porgram_id and provers can generate proof by running Risc0 on their HW. |
Beta Was this translation helpful? Give feedback.
-
|
if we require users to upload their Rust programs or ask other to write their Rust programs it may not be very attractive to users who wish to have some private code proven. |
Beta Was this translation helpful? Give feedback.
-
|
@vivekvpandya we should probably remove program storage then, since |
Beta Was this translation helpful? Give feedback.
-
|
Actually, I remembered in the current design, the Prover gets the bytes of each program from onchain. Not sure how to ensure data availability of programs, while preserving privacy of their contents. Perhaps some private messaging from developer to prover who is set to prove some program's execution? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Context: as of now, the programs are stored onchain, as well as the proofs.
There should be some way for users to request programs be developed and uploaded by the community. However, without allowing for criteria for onchain verification, I am not sure what that would look like - if we are able to build it now, then we should do it. One idea is to just have a field for a text description as a placeholder where the user would describe the desired functionality.
There should be a program upload functionality that specifically responds to someone's request for a program. The user uploading the program should receive some small static reward amount.
Beta Was this translation helpful? Give feedback.
All reactions