vault backup: 2025-02-20 15:08:09

This commit is contained in:
2025-02-20 15:08:09 +01:00
parent d62b2f8867
commit 680fb334ac
2 changed files with 10 additions and 18 deletions

View File

@ -7,12 +7,17 @@
- What is the expected level of background in Coq or formal methods?
- Can you explain the process by which a smart contract's safety properties will be validated formally?
- Are there any existing case studies or example proofs we might refer to for a better understanding of the expected output?
- How much of the formal verification process will be based on axioms versus fully constructive proofs?
- Define the contract verification criteria
### Project scope clarifications
- Among the seven smart contracts being verified, which ones do you expect us to work on, and why those?
- Which technologies are we going to be introduced to, if any? Will we have access to guides for Coq and Solidity?
- How do you envision the high-level Coq framework integrating with existing Solidity projects?
- Could you elaborate on the notion of “high-level primitives” (e.g., identity, item, property) and how flexible they need to be for different types of contracts?
- "real numbers and integer approximations"?
### Optional
- How much of the formal verification process will be based on axioms versus fully constructive proofs?
- Could you elaborate on the notion of “high-level primitives” (e.g., identity, item, property) and how flexible they need to be for different types of contracts?
- "real numbers and integer approximations"?