Quickstart with Fluence, Aqua, and Marine
Last updated Apr 8, 2026
84
Stars
25
Forks
4
Issues
0
Stars/day
Attention Score
19
Language breakdown
Rust 39.9%
TypeScript 29.0%
JavaScript 16.2%
Clojure 4.5%
SCSS 4.0%
HTML 3.1%
โธ Files
click to expand
README
Examples
This repo holds a collection of examples on how to build distributed applications with the Fluence stack.
The aqua-examples directory contains examples demonstrating the use of Aqua to compose decentralized applications from distributed services, whereas the marine-examples directory contains examples with respect to the development of Rust Wasm modules.
If you encounter a problem, please post an Issue or open a PR. If you want to contribute an example, please contact us by opening an Issue or a draft PR. See the contribution guidelines.
Resource Directory
- The IPFS Integration shows how to use the aqua-ipfs library to deploy single-module Wasm services to a Fluence node from a IPFS sidecar
- The Near Integration provides integration examples for the Near API JS and RPC API. We use Fluence JS to implement a minimal Near signing service and wrap a few select RPC examples into a Wasm module.
- The Timestamp Oracle illustrates how to use builtin services to acquire timestamps from a node's Kademlia neighborhood and then process those timesstamps using Wasm services into point or range estimates.
- The Price Oracle provides a stylized example of how to create a price stream oracle using Rust Wasm services. Further provides a Fluent JS and Web client examples.
- The EIP712 Validator Node provides a stylized example of validating signed EIP712 forms and storing the results in a local sqlite database. We use Fluence JS to implement both peer and client, where the peer expose sqlite crud interfaces allowing other peers to query validations and form a consensus.
License
Unless otherwise indicated, the applicable license is Apache 2.0.
๐ More in this category