32 lines
975 B
Markdown
Raw Normal View History

2021-06-11 18:18:43 +00:00
# Getting Started
2021-06-29 01:24:13 +00:00
[Aqua](https://github.com/fluencelabs/aqua), part of Fluence Lab's Aquamarine Web3 stack, is a purpose-built language to program peer-to-peer networks and compose distributed services hosted on peer-to-peer nodes into applications and backends.
2021-06-11 18:18:43 +00:00
2021-06-29 01:24:13 +00:00
In addition to the language specification, Aqua provides a compiler, which produces Aqua Intermediary Representation \(AIR\) and an execution stack, Aqua VM, that is part of every Fluence node implementation to execute AIR. Moreover, Aqua VM it a Wasm module that runs of ... and
### Help And Support
* [Discord](https://discord.gg/)
* [Telegram](https://t.me/fluence_project)
* [https://github.com/fluencelabs/aqua](https://github.com/fluencelabs/aqua)
* [Aqua Repo](https://github.com/fluencelabs/aqua)
* [Aqua Playground](https://github.com/fluencelabs/aqua-playground)
* [Aqua VM](https://github.com/fluencelabs/aquavm)
* [VSCode Extension](https://github.com/fluencelabs/aqua-vscode)
2021-06-11 18:18:43 +00:00