mirror of
https://github.com/fluencelabs/examples
synced 2025-03-17 00:30:50 +00:00
IPFS code execution
This example showcases 2 things:
- how it's possible to store .wasm modules on IPFS, then deploy them to Fluence as a service
- ability to process IPFS files via a Fluence service. In this example, we get a size of a file
How to run & use it
Web
- Run it
cd web
npm i
npm start
- Press "deploy"
- Copy WASM service CID and press "get_size"
Aqua implementation
The business logic is implemented in Aqua in process.aqua