template-archive
template-archive copied to clipboard
PoC: smart legal contract (.slc) format with contract signing
Signed-off-by: jeromesimeon [email protected]
Changes
- Reduce dependency of (contract) instances to templates so they can be created more independently
- Add
fromTemplatemethod to create an instance from a template - Rename instance classes for clarity
- Adds initial instance loader and instance saver with ability to create a
.slcsmart legal contract archive - Adds support for SLC execution
- Adds support for SLC export to different format
- Adds contract signing support (Contributed by @sanketshevkar)
Flags
- Implements part of the notion of smart legal contract document, as discussed in Issue #677
- Nothing fundamentally new in this PR, but this is a clean replacement for #679 which includes contract signing (contribution by @sanketshevkar during GSoC)