UNPKG

367 BMarkdownView Raw
1# Ergo Engine
2
3Core classes for executing Ergo contract logic using the JavaScript backend
4
5The Ergo code is compiled to JavaScript and executed using the `vm2` npm module, which provides sandboxed execution.
6
7## Installation
8
9```
10npm install @accordproject/ergo-engine --save
11```
12
13## More information
14
15[Accord Project Documentation](https://docs.accordproject.org)
16