aqua-book/getting-started/installation.md
2021-07-01 07:01:31 +00:00

543 B

Installation

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

To install the compiler:

npm -g install @fluencelabs/aqua-cli

and to make the Aqua library available to Typescript applications:

npm -g install @fluencelabs/aqua-lib

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

aqua extension for VSCode