UNPKG

666 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## License <a name="license"></a>
14Accord Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file. Accord Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.
15
16© 2017-2019 Clause, Inc.