examples/aqua-examples/aqua-ipfs-integration
renovate[bot] 929ff6b40d
chore(deps): update rust crate marine-rs-sdk-test to 0.8.2 (#428)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-21 21:03:51 -06:00
..
aqua fix(deps): update dependency @fluencelabs/fluence-network-environment to v1.0.14 (#424) 2023-02-16 09:12:01 -06:00
local-network move ipfs example 2021-08-01 17:03:35 -05:00
nodejs fix(deps): update dependency @fluencelabs/fluence-network-environment to v1.0.14 (#424) 2023-02-16 09:12:01 -06:00
service chore(deps): update rust crate marine-rs-sdk-test to 0.8.2 (#428) 2023-02-21 21:03:51 -06:00
web fix(deps): update dependency @fluencelabs/fluence-network-environment to v1.0.14 (#424) 2023-02-16 09:12:01 -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 fix(deps): update dependency @fluencelabs/fluence-network-environment to v1.0.14 (#424) 2023-02-16 09:12:01 -06:00
package.json chore(deps): update fluence js (#422) 2023-02-12 14:10:26 -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