update aqua cmmand

This commit is contained in:
boneyard93501 2021-09-03 18:53:50 -05:00
parent 48301f96bc
commit 0eafaa67ec

View File

@ -32,7 +32,7 @@ Install the following tools:
cargo install mrepl cargo install mrepl
cargo install marine cargo install marine
npm -g install @fluencelabs/aqua-cli npm -g install @fluencelabs/aqua
npm -g install @fluencelabs/fldist npm -g install @fluencelabs/fldist
``` ```
@ -64,7 +64,7 @@ and to compile the Aqua scripts:
```bash ```bash
# results in air-scripts ts_getter.ts # results in air-scripts ts_getter.ts
aqua-cli -i aqua-scripts -o air-scripts aqua -i aqua-scripts -o air-scripts
``` ```
which generates Typescript code wrapping the compiled Aqua intermediary representation (AIR) or which generates Typescript code wrapping the compiled Aqua intermediary representation (AIR) or
@ -72,7 +72,7 @@ which generates Typescript code wrapping the compiled Aqua intermediary represen
```bash ```bash
# results in air-scripts # results in air-scripts
# ts_getter.ts_getter.air and ts_getter.ts_oracle.air # ts_getter.ts_getter.air and ts_getter.ts_oracle.air
aqua-cli -i aqua-scripts -o air-scripts -a aqua -i aqua-scripts -o air-scripts -a
``` ```
which generates raw AIR files. which generates raw AIR files.
@ -168,4 +168,4 @@ fldist run_air -p air-scripts/ts_getter.ts_getter.air -d '{"node":"12D3KooWHLxV
] ]
``` ```
Instead of the `fldist` cli, you can use the Typescript stub and integrate it into a TS client. See [Aqua Playground](https://github.com/fluencelabs/aqua-playground) for more information. Instead of `fldist`, you can use the Typescript stub and integrate it into a TS client. See [Aqua Playground](https://github.com/fluencelabs/aqua-playground) for more information.