We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3b65a commit 674bbf0Copy full SHA for 674bbf0
packages/orch-skel/README.md
@@ -1,7 +1,6 @@
1
# orch-skel - skeletal orchestration contract package
2
3
To develop an orchestration contract:
4
- 0. copy this package to a new directory; change the name (and description) in `package.json`
5
1. make a rough sequence diagram - `test/my-orch-sequence.mmd`
6
2. refine the sequence diagram to `@agoric/orchestration` objects and messages
7
3. prototype each of the objects in the sequence diagram and make a test to exercise them - `test/my-orch-seq-sim.test.ts`
0 commit comments