Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 255 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 255 Bytes

enchainer-main

Repo for launching first link of the chain. It is used to create a JSON like that:

{
    "message" : "<the original message>",
    "chain": ["<IP vnf1>", "<IP vnf2>", ...]
}

And send it to the first element of the chain array