examples/Readme.md

60 lines
1.5 KiB
Markdown
Raw Normal View History

2021-02-25 17:50:20 +00:00
# Examples
2021-02-25 19:24:28 +00:00
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.
2021-02-25 21:48:56 +00:00
### call_parameters
2021-02-25 22:40:14 +00:00
To Do:
- [ ] Add documentation
2021-02-25 21:48:56 +00:00
### 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
Expose[Cuckoofilter](https://crates.io/crates/cuckoofilter) crate as a Fluence service.
To Do:
- [x] Add documentation
- [ ] Add Rust frontend
2021-02-25 22:40:14 +00:00
### web3-examples
Illustrate Ethereum RPC calls as Fluence services.
2021-02-25 21:48:56 +00:00
2021-02-25 22:40:14 +00:00
To Do:
- [x] Add documentation
- [x] Add frontend
2021-02-25 21:48:56 +00:00
2021-02-25 19:24:28 +00:00
## 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](https://github.com/fluencelabs/fluence/blob/master/CONTRIBUTING.md).
## License
2021-02-25 21:48:56 +00:00
Unless otherwise indicated, the applicable license is [Apache 2.0](https://github.com/fluencelabs/fluence/blob/master/LICENSE).