initial commit

This commit is contained in:
Artemiy 2019-03-06 18:00:22 +03:00
commit 2eca410c09

26
README.md Normal file
View File

@ -0,0 +1,26 @@
# Fluence Network
Fluence is an efficient trustless computation platform that allows to achieve few seconds request processing latency and cost efficiency similar to traditional cloud computing.
This repository contains a list of resources that will help you to get started with Fluence.
## Resourses And Tutorials
[The Fluence Book](https://fluence.network/docs/book/introduction/index.html) - documentation on Fluence Network, including an overview and basic tutorials. Detailed task-specific tutorails could be fourn here:
- [a simple SQL database](https://github.com/fluencelabs/tutorials/tree/master/llamadb), [example](http://llamadb.fluence.network/)
- [a tic-tac-toe game](https://github.com/fluencelabs/tutorials/tree/master/tic-tac-toe), [example](http://tictactoe.fluence.network/)
- [a guessing game](https://github.com/fluencelabs/tutorials/tree/master/guessing-game) based on Rust tutorial, [example](http://guess.fluence.network/)
- [a dice game](https://github.com/fluencelabs/tutorials/tree/master/dice-game), [example](http://dice.fluence.network/)
## Fluence Dashboard
[Network Dashboard](http://dash.fluence.network/) - list of active nodes and applications.
## Contact Developers
We're always happy to help, just ping us [on Discord](https://discord.gg/AjfbDKQ).
[Fluence Network website](http://fluence.network/)
[Main GitHub repository](https://github.com/fluencelabs/fluence)