Skip to main content

Installation

Both the Aqua compiler and support library can be installed natively with npm

To install the compiler:

sh
npm -g install @fluencelabs/aqua
sh
npm -g install @fluencelabs/aqua

and to make the Aqua library available to Typescript applications:

sh
npm -g install @fluencelabs/aqua-lib
sh
npm -g install @fluencelabs/aqua-lib

Moreover, a VSCode syntax-highlighting extension is available. In VSCode, click on the Extensions button, search for aqua and install the extension.

Aqua Extension for VSCode