mirror of
https://github.com/fluencelabs/examples
synced 2025-06-14 18:41:21 +00:00
Reorg (#10)
* init reorg * updated readme * fix CI * remove outdated ipfs-node example * add Readme * update readme, add config file Co-authored-by: folex <0xdxdy@gmail.com>
This commit is contained in:
14
.github/workflows/check-deploy.yml
vendored
14
.github/workflows/check-deploy.yml
vendored
@ -59,17 +59,5 @@ jobs:
|
|||||||
(call %init_peer_id% (returnService "run") [result])
|
(call %init_peer_id% (returnService "run") [result])
|
||||||
)
|
)
|
||||||
')
|
')
|
||||||
working-directory: call_parameters
|
working-directory: marine-examples/call_parameters
|
||||||
|
|
||||||
- name: "Check curl_template deployment"
|
|
||||||
run: |
|
|
||||||
set -x
|
|
||||||
export NODE="/ip4/127.0.0.1/tcp/4310/ws/p2p/12D3KooWKEprYXUXqoV5xSBeyqrWLpQLLH4PXfvVkDJtmcqmh5V3"
|
|
||||||
SERVICE_ID=`./deploy.sh`
|
|
||||||
fldist --node-addr $NODE run_air -d '{"service_id": "'$SERVICE_ID'"}' -p <(echo '
|
|
||||||
(seq
|
|
||||||
(call relay (service_id "request") ["https://fluence.network/join.html"] result)
|
|
||||||
(call %init_peer_id% (returnService "run") [result])
|
|
||||||
)
|
|
||||||
')
|
|
||||||
working-directory: curl_template
|
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
# Examples
|
# Examples
|
||||||
|
|
||||||
This repo holds a collection of examples on how to build distributed applications with the Fluence stack.
|
This repo holds a collection of examples on how to build distributed applications with the Fluence stack.
|
||||||
If you encounter issues, please post an Issue or open a PR. If you want to contribute an example, please contact us by opening an Issue or a draft PR. See the [contribution rules](https://github.com/fluencelabs/fluence/blob/master/CONTRIBUTING.md).
|
|
||||||
|
The `aqua-examples` directory contains examples demonstrating the use of Aqua to compose decentralized applications from distributed services, whereas the `marine-examples` directory contains examples with respect to the development of Rust Wasm modules.
|
||||||
|
|
||||||
|
If you encounter a problem, please post an Issue or open a PR. If you want to contribute an example, please contact us by opening an Issue or a draft PR. See the [contribution rules](https://github.com/fluencelabs/fluence/blob/master/CONTRIBUTING.md).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB |
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user