mirror of
https://github.com/fluencelabs/examples
synced 2025-06-09 16:11:19 +00:00
IPFS Integration: add README to web
This commit is contained in:
parent
93e7a340e6
commit
8968a9b1ca
BIN
aqua-examples/aqua-ipfs-integration/readme/ipfs_comp_web_1.png
Normal file
BIN
aqua-examples/aqua-ipfs-integration/readme/ipfs_comp_web_1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 619 KiB |
BIN
aqua-examples/aqua-ipfs-integration/readme/ipfs_comp_web_2.png
Normal file
BIN
aqua-examples/aqua-ipfs-integration/readme/ipfs_comp_web_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 681 KiB |
BIN
aqua-examples/aqua-ipfs-integration/readme/ipfs_comp_web_3.png
Normal file
BIN
aqua-examples/aqua-ipfs-integration/readme/ipfs_comp_web_3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 713 KiB |
BIN
aqua-examples/aqua-ipfs-integration/readme/ipfs_comp_web_4.png
Normal file
BIN
aqua-examples/aqua-ipfs-integration/readme/ipfs_comp_web_4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 773 KiB |
@ -1,2 +1,26 @@
|
||||
# Getting Started with Fluence
|
||||
# IPFS Compute Web Demo
|
||||
|
||||
It's possible to implement any kind of computations on top of IPFS with Fluence. In this demo, we use a simple example that calculates size of a file. It's easily extendable to any kind of file processing or manipulation.
|
||||
|
||||
## Connect to the Fluence Network
|
||||
|
||||
You're presented with 3 random relays, connect to any of them.
|
||||
|
||||

|
||||
|
||||
## Deploy a service from IPFS
|
||||
You will download `process_files.wasm` from IPFS network to a Fluence node, and deploy it.
|
||||
|
||||

|
||||
|
||||
## Call a function on the deployed service
|
||||
|
||||
You've just deployed [ProcessFiles](/aqua/src/process_files.aqua) service. It allows you to query file size of a file downloaded from IPFS. Enter IPFS CID, and press `get size` button.
|
||||
|
||||

|
||||
|
||||
## Observe the result
|
||||
|
||||
File size has been calculated, you can see it at the bottom of the web page.
|
||||
|
||||

|
||||
|
Loading…
x
Reference in New Issue
Block a user