2022-12-05 14:00:39 +07:00
# Archived, no longer maintained
This project exists as a historical example of a collaborative application built on Fluence stack.
Expect dependencies to be outdated, and old API used.
# Below is the old readme
## What is fluent-pad
2020-12-24 00:16:19 +03:00
2020-12-26 12:12:33 +03:00
Fluent-pad is a collaborative code and text editor built with Fluence stack
2020-12-24 00:16:19 +03:00
2021-01-27 16:49:59 +03:00

2020-12-26 12:12:33 +03:00
## Usage
2020-12-24 00:16:19 +03:00
2020-12-26 12:12:33 +03:00
**TBD**
2020-12-24 00:16:19 +03:00
2021-01-11 18:14:49 +03:00
### Services
[HOW TO use services ](services/README.md )
2020-12-26 12:12:33 +03:00
## How to run
2020-12-24 00:16:19 +03:00
2021-01-08 18:32:05 +03:00
**TBD**
2020-12-24 00:16:19 +03:00
2021-01-08 18:32:05 +03:00
- Build services
- Deploy
- Build client
- Run
2020-12-24 00:16:19 +03:00
2021-02-24 21:05:20 +03:00
And then change service ids in the [constants.ts ](client/src/app/constants.ts ) file
2020-12-26 12:12:33 +03:00
# Fluence stack
2020-12-24 00:16:19 +03:00
2020-12-26 12:12:33 +03:00
| Layer | Tech | Scale | State | Based on |
| :-------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :------------------------------: | :-------------------------------: | :-----------------------------------------------------------------------------------------------------------: |
| Execution | [FCE ](https://github.com/fluencelabs/fce ) | Single peer | Disk, network, external processes | Wasm, [IT ](https://github.com/fluencelabs/interface-types ), [Wasmer\* ](https://github.com/fluencelabs/wasmer ) |
| Composition | [Aquamarine ](https://github.com/fluencelabs/aquamarine ) | Involved peers | Results and signatures | ⇅, π-calculus |
| Topology | [TrustGraph ](https://github.com/fluencelabs/fluence/tree/master/trust-graph ), [DHT\* ](https://github.com/fluencelabs/rust-libp2p ) | Distributed with Kademlia\* algo | Actual state of the network | [libp2p ](https://github.com/libp2p/rust-libp2p ) |
| Security & Accounting | Blockchain | Whole network | Licenses & payments | substrate? |
2020-12-24 00:16:19 +03:00
2022-12-05 14:00:39 +07:00
< img alt = "aquamarine scheme" align = "center" src = "doc/stack.png" / >