mirror of
https://github.com/fluencelabs/examples
synced 2024-12-04 19:20:17 +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:
parent
c98c838a2d
commit
6381411ed9
16
.github/workflows/check-deploy.yml
vendored
16
.github/workflows/check-deploy.yml
vendored
@ -59,17 +59,5 @@ jobs:
|
||||
(call %init_peer_id% (returnService "run") [result])
|
||||
)
|
||||
')
|
||||
working-directory: 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
|
||||
working-directory: marine-examples/call_parameters
|
||||
|
||||
|
@ -1,8 +1,11 @@
|
||||
# Examples
|
||||
|
||||
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
|
||||
|
||||
Unless otherwise indicated, the applicable license is [Apache 2.0](https://github.com/fluencelabs/fluence/blob/master/LICENSE).
|
||||
Unless otherwise indicated, the applicable license is [Apache 2.0](https://github.com/fluencelabs/fluence/blob/master/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
Loading…
Reference in New Issue
Block a user