gitbook-docs/node.md
2021-07-05 01:21:41 +00:00

607 B

Node

The Fluence protocol is implemented as the Fluence reference node which includes the

  • Peer-to-peer communication layer
  • Marine interpreter
  • Aqua VM
  • Builtin services

and more.

Builtin services are available on every Fluence peer and can be programmatically accessed and composed using Aqua. For a complete list of builtin services see the builtin.aqua file in the Aqua Lib repo. How to create your own builtin service, see the Add Your Own Builtins tutorial.