2022-02-11 13:39:54 +07:00
2022-02-11 13:39:54 +07:00
2021-11-19 11:38:32 +03:00
2022-02-11 13:39:54 +07:00
2021-04-12 09:48:09 +03:00
2021-04-12 09:48:09 +03:00
2021-04-12 09:48:09 +03:00
2021-12-30 13:02:56 +03:00
2021-04-14 17:48:17 +03:00
2021-09-21 11:43:55 +03:00

Aqua playground

Repository demonstrating the how to start writing aqua and integrate it into a typescript application

Getting started

Warning: java is required to be installed in order to use aqua compiler

Install dependencies

npm install

To compile the aqua files execute

npm run compile-aqua

To start the index.ts execute

npm run run

To run all examples in example directory

npm run exec

If everything works correctly logs without errors will be printed on a screen:

Then you can add or modify aqua files in aqua directory, these files will be compiled into /src/compiled and you can use it in a TypeScript in your preferable way.

Project structure

Aqua source files are located in src/aquadirectory.

Aqua files are compiled into .ts located in /src/compiled directory.

Entry point to use aqua compiled files from TypeScript: /src/index.ts

Code that call all examples and check results: /src/run-examples.ts

References

- Documentation for the compiler can be found in the official repo: https://github.com/fluencelabs/aqua

Description
No description provided
Readme 66 MiB
Languages
TypeScript 97%
JavaScript 3%