update img references

This commit is contained in:
boneyard93501 2021-09-04 18:20:01 -05:00
parent 59bce63058
commit ca729c5e93
5 changed files with 4 additions and 4 deletions

View File

@ -6,21 +6,21 @@ It's possible to implement any kind of computations on top of IPFS with Fluence.
You're presented with 3 random relays, connect to any of them. You're presented with 3 random relays, connect to any of them.
![connect](/readme/ipfs_comp_web_1.png) ![connect](images/ipfs_comp_web_1.png)
## Deploy a service from IPFS ## Deploy a service from IPFS
You will download `process_files.wasm` from IPFS network to a Fluence node, and deploy it. You will download `process_files.wasm` from IPFS network to a Fluence node, and deploy it.
![deploy](/readme/ipfs_comp_web_2.png) ![deploy](images/ipfs_comp_web_2.png)
## Call a function on the deployed service ## 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. 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.
![get file size](/readme/ipfs_comp_web_3.png) ![get file size](images/ipfs_comp_web_3.png)
## Observe the result ## Observe the result
File size has been calculated, you can see it at the bottom of the web page. File size has been calculated, you can see it at the bottom of the web page.
![observe file size](/readme/ipfs_comp_web_4.png) ![observe file size](images/ipfs_comp_web_4.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 681 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 773 KiB