Skip to content

Instantly share code, notes, and snippets.

@jhotson
Created May 17, 2021 01:14
Show Gist options
  • Save jhotson/9734dc915185fe5e642101488a6bdcc8 to your computer and use it in GitHub Desktop.
Save jhotson/9734dc915185fe5e642101488a6bdcc8 to your computer and use it in GitHub Desktop.
basic 1 month lease no security deposit
When
[Case
(Deposit
(Role "Owner")
(Role "Tenant")
(Token "" "")
(Constant 900)
)
(If
(ChoseSomething (ChoiceId "1" ?party))
(Pay
(Role "Tenant")
?payee
(Token "" "")
(Constant 900)
Close
)
Close
)]
1 ?contract
{"valueParameterDescriptions":[],"slotParameterDescriptions":[],"roleDescriptions":[],"contractType":"O","contractName":"","contractDescription":"","choiceDescriptions":[]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment