livecontracts-tutorial
.scenario.yml
(or scenario.json
) in the basic
directory.initiator
is used to reference the actor. The title must be defined, but only exists for displaying purposes.main.feature
in the basic
directory.Scenario
section (this is unrelated to the workflow scenario), we state that will Joe performs the complete action. As defined in our workflow scenario, the process should transition from initial to :success, which means the process has been completed successfully.lctest
is a command-line tool to test workflows described in a Live Contract. It can be run from the ltonetwork/letsflow-test
docker container.