Please describe your proposed solution
A technical video series on the design, development, and test of state-time propagated smart contracts with particular focus on the amortized transfer of an asset (mortgage).
Course contents:
- Mathematical foundations
- Primer on modeling dynamical systems and state-space representation
- Non-linear dynamical systems
- Reconstructing mortgage contract from scratch in Aiken
- Concept Modeling
- Building an Actions Interface
- Data and State Definitions
- Logical Deduction (one for each action)
- Testing and Validation
- Unit Based Tests
- Property Based Tests and MonteCarlo Methods
- Verification
- Reconstructing the contract from scratch in Opshin (python)
- Building an Actions Interface
- Data and State Definitions
- Logical Deduction (one for each action)
- Deployment
- Javascript based integration