examples/aqua-examples/aqua-ipfs-integration
renovate[bot] b537cdf345
Update dependency @fluencelabs/fluence to v0.27.5 (#413)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-12 09:12:12 -06:00
..
aqua Update Fluence JS (#412) 2022-12-14 15:23:47 -06:00
local-network move ipfs example 2021-08-01 17:03:35 -05:00
nodejs Update Fluence JS (#412) 2022-12-14 15:23:47 -06:00
service Update Rust crate marine-rs-sdk-test to 0.8.1 (#395) 2022-09-22 09:23:24 -05:00
web Update dependency @fluencelabs/fluence to v0.27.5 (#413) 2023-01-12 09:12:12 -06:00
.gitignore move ipfs example 2021-08-01 17:03:35 -05:00
.npmrc Aqua examples: checking npm version in aqua-ipfs-integration (#37) 2021-12-07 21:10:36 +03:00
.prettierrc.js Integration tests for all JS-related projects (#97) 2022-02-22 23:20:45 +03:00
package-lock.json Update dependency @fluencelabs/fluence to v0.27.5 (#413) 2023-01-12 09:12:12 -06:00
package.json Update dependency @fluencelabs/fluence to v0.27.5 (#413) 2023-01-12 09:12:12 -06:00
README.md update links (#406) 2022-10-26 11:43:31 +03:00

IPFS code execution example

This example showcases 2 things:

  1. how it's possible to store .wasm modules on IPFS, then deploy them to Fluence as a service
  2. ability to process IPFS files via a Fluence service. In this example, we get a size of a file

Learn about AquaIPFS

See Aqua Book.

How to run & use this example

You need npm v7 or later to run the examples

Web example

  1. Run it

    npm i
    npm run build -w aqua
    npm start -w web
    
  2. Press "deploy"

  3. Copy WASM service CID and press "get_size"

NodeJS example

npm i
npm run build -w aqua
npm start -w nodejs

Aqua implementation

The business logic is implemented in Aqua in process.aqua