examples/aqua-examples/aqua-ipfs-integration
renovate[bot] 23aebbaf8c
fix(deps): update rust crate marine-rs-sdk to 0.8.0 (#457)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-25 19:14:19 -07:00
..
aqua fix(deps): update fluence js (#454) 2023-07-07 10:48:39 -05:00
local-network move ipfs example 2021-08-01 17:03:35 -05:00
nodejs fix(deps): update fluence js (#454) 2023-07-07 10:48:39 -05:00
service fix(deps): update rust crate marine-rs-sdk to 0.8.0 (#457) 2023-07-25 19:14:19 -07:00
web fix(deps): update fluence js (#454) 2023-07-07 10:48:39 -05: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 fix(deps): update fluence js (#455) 2023-07-11 19:20:27 -05:00
package.json chore(deps): update dependency @fluencelabs/aqua to v0.10.3 (#432) 2023-02-28 17:50:23 -07:00
README.md chore: Update CI (#446) 2023-05-08 16:52:28 +03:00

IPFS code execution example

The build and deploy instructions as well as some of the Aqua code are outdated and the deployed services are no longer available. An updated version will be available soon.

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