UNPKG

cicero-engine

Version:

Cicero Engine - Node.js VM based implementation of Accord Protcol Template Specification execution

14 lines (8 loc) 409 B
# Cicero Engine Contains a simple Node.js engine implementation to execute an Accord Protocol Template based smart clause against incoming data. https://docs.google.com/document/d/1UacA_r2KGcBA2D4voDgGE8jqid-Uh4Dt09AE-shBKR0 The current implementation is based on the `vm2` npm module, which provides (somehwat)sandboxed execution for JS scripts. ## Installation ``` npm install cicero-engine --save ```