* 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:
boneyard93501 2021-07-16 02:04:18 -05:00 committed by GitHub
parent c98c838a2d
commit 6381411ed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
271 changed files with 581 additions and 3013 deletions

View File

@ -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

View File

@ -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).

View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

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