Wrapper library around the Soufflé Datalog Language.
Package could be installed globally via following command:
npm install -g souffle.ts
Also it can be installed as the dependency:
npm install --save souffle.ts
-
Preinstall NodeJS of compatible version. If there is a need to run different NodeJS versions, consider using NVM or similar tool for your platform.
-
Install Souffle.
Clone repository, install and link:
git clone https://github.com/Consensys/souffle.ts.git
cd souffle.ts/
npm install
npm link
soufle-ts --version