Node
Last updated
Was this helpful?
Last updated
Was this helpful?
The Fluence protocol is implemented as the Fluence 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 just like any other service. For a complete list of builtin services see the builtin.aqua
file in the repo.
To find out how to create your own builtin service, see the tutorial.
All infrastructure-related information is kept in repository on GitHub.
Node is distributed as a docker container . Version information can be found on the in GitHub.
It comes with IPFS, AquaDHT and TrustGraph bundled.
Just a simple docker run:
Or take a look at the in the node-distro repository. It starts node with a web dashboard to explore deployed services.