cicero-engine
v0.2.46
Published
Cicero Engine - Node.js VM based implementation of Accord Protcol Template Specification execution
Downloads
131
Maintainers
Readme
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