zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit 09e207ae3eb020f53ec38ce1246cdedaef33c7df
parent 4b21deb5988ef9978e38485958887d714947edca
Author: Jaromil <jaromil@dyne.org>
Date:   Tue, 19 Jul 2022 11:01:56 +0200

added readme in zencode

Diffstat:
M.gitignore | 1+
Azencode/README.md | 11+++++++++++
2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -89,6 +89,7 @@ # zencode !/zencode/ /zencode/* +!/zencode/README.md !/zencode/*/ !/zencode/src/*.zen !/zencode/test/*.sh diff --git a/zencode/README.md b/zencode/README.md @@ -0,0 +1,11 @@ +# Zencode scripts used in Zenflows + +Zencode is executed by the [Zenroom](http://zenroom.org) VM running inside a crypto-provider micro-service locally reachable by Zenflows. + +The language documentation is found on [dev.zenroom.org](https://dev.zenroom.org). + +The `src` directory contains scripts called by the running Zenflows instance. + +The `test` directory contains unit tests (single scripts tested in local) and integration tests (shell scripts that call zenflows staging instances to test its api). + +