Go to file
2021-06-01 20:54:28 +03:00
call_parameters Move set from shebang to a new line (#4) 2021-05-10 18:32:48 +03:00
curl_template #!/usr/bin/env bash -o errexit -o nounset -o pipefail (#3) 2021-03-24 12:40:12 +03:00
echo-greeter Move set from shebang to a new line (#4) 2021-05-10 18:32:48 +03:00
ether-price-getter Move set from shebang to a new line (#4) 2021-05-10 18:32:48 +03:00
fluence-cuckoo Move set from shebang to a new line (#4) 2021-05-10 18:32:48 +03:00
greeting Move set from shebang to a new line (#4) 2021-05-10 18:32:48 +03:00
ipfs-node Move set from shebang to a new line (#4) 2021-05-10 18:32:48 +03:00
math u256 math module example 2021-06-01 20:54:28 +03:00
multi-service moved all to root 2021-06-01 09:48:45 +03:00
records Move set from shebang to a new line (#4) 2021-05-10 18:32:48 +03:00
sqlite Move set from shebang to a new line (#4) 2021-05-10 18:32:48 +03:00
url-downloader Move set from shebang to a new line (#4) 2021-05-10 18:32:48 +03:00
web3-examples Move set from shebang to a new line (#4) 2021-05-10 18:32:48 +03:00
.gitignore update projec 2021-04-18 15:35:02 -05:00
Readme.md update readme 2021-02-25 16:40:14 -06:00

Examples

This repo holds a collection of Fluence examples and tutorials across the entire Fluence stack. If you encounter any issues or have improvement suggestions, please raise them in Issues or create a PR.

call_parameters

To Do:

  • Add documentation

greeting

Fluence's peer-to-peer analogy to "Hello World."

To Do:

  • Add documentation

ipfs-node

To Do:

  • Add documentation

records

To Do:

  • Add documentation

sqlite

To Do:

  • Add documentation

url-downloader

To Do:

  • Add Rust frontend

ether-price-getter

ETH price getter as Fluence service from centralized CoinMarketCap.

fluence-cuckoo

ExposeCuckoofilter crate as a Fluence service.

To Do:

  • Add documentation
  • Add Rust frontend

web3-examples

Illustrate Ethereum RPC calls as Fluence services.

To Do:

  • Add documentation
  • Add frontend

Contributing

While the project is a still in the early stage of development, you are welcome to track progress and contribute. At the current moment we don't have detailed instructions on how to join development or which code guidelines to follow. However, you can expect more info to appear soon enough. In the meanwhile, check out the basic contributing rules.

License

Unless otherwise indicated, the applicable license is Apache 2.0.