You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That sounds great! Would instantiate allow you to create something server side? (not sure I know if the architecture would make sense for that kind of server-side support)
Feature Request ๐๏ธ
The recent POC .slc changes provide the capability to
sign
.cta templates, plusinstantiate
andsign
.slc contract instances.These features are currently only available via the CLI.
The current Cicero-Server provides an API to
trigger
,parse
anddraft
templates.The proposal is to extent the Cicero-Server to include template
sign
and contractinstantiate
andsign
functions.Possible Solution
The proposal is to add
sign(template)
,instantiate(contract)
andsign(contract)
as endpoints to the Cicero Server API.sign(template)
signature.json
instantiate(contract)
state
sign(contract)
signatures
withsignature.json
Knock-on requirements
Will need to extend
trigger
anddraft
functions to support contract (slc) inputs in addition to existing template (cta) files.The text was updated successfully, but these errors were encountered: