examples/Readme.md

12 lines
773 B
Markdown
Raw Normal View History

2021-02-25 11:50:20 -06:00
# Examples
2021-02-25 13:24:28 -06:00
2021-06-29 19:27:09 -05:00
This repo holds a collection of examples on how to build distributed applications with the Fluence stack.
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.
2021-08-07 16:32:56 -05:00
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 guidelines](https://github.com/fluencelabs/fluence/blob/master/CONTRIBUTING.md).
2021-02-25 13:24:28 -06:00
## License
2021-06-29 19:27:09 -05:00
Unless otherwise indicated, the applicable license is [Apache 2.0](https://github.com/fluencelabs/fluence/blob/master/LICENSE).