From 6da6f0e07cc5fcf838e8c5e9e0b3ab64113b2ed4 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 31 Dec 2021 21:43:01 +0200 Subject: [PATCH] add cloud page --- cloud.html | 136 +++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 3 +- install.html | 1 + js/cloud.js | 17 +++++++ network.html | 1 + 5 files changed, 157 insertions(+), 1 deletion(-) create mode 100644 cloud.html create mode 100644 js/cloud.js diff --git a/cloud.html b/cloud.html new file mode 100644 index 0000000..a8685d2 --- /dev/null +++ b/cloud.html @@ -0,0 +1,136 @@ + + + + + Twisterarmy - Cloud Services + + + + + + + + +
+
+ + +
+
+
+
+

Cloud Resources

+
+ +

+ + • + Twisterarmy Cloud is an Open Source web server and service Project that allows interact Twister Network remotely. + +

+

+ + • + Every server in list below is the independent node instance, that provides shared access to itself twister-core running. + +

+
+
+ +

+ + • + Cloud Server software still under development and published for testing needs only. + +

+

+ + • + Service operators not provide any the warranties for safety accounts the data. Import existing wallets on your own risk. + +

+

+ + • + Server administrators can access users private keys by the current software implementation. + +

+

+ + • + Pay attention, twister database is the open and distributed storage for the public activity, all requests sending thought independent peer nodes using BitTorrent protocol. + By sharing any messages to the network you will not be able to update or delete it. + +

+
+
+
+

Choose your server

+
+ Login credentials are compatible between any the cloud resource, but DHT data would be different by the network architecture. +
+
+
+
+
+ Twisterarmy [CS1] + +
+
+ Free, community instance, running original cloud-server pre-releases on the organization dedicated server. +
+
+ Select +
+
+
+
+
+
+

Become service provider

+
+

Running server instance helps users easily join twisterverse from any device without instal the local node and downloading blockchain.

+

Cloud node swarms the DHT data by it users activity and supports twister network infrastructure.

+

Service providers able to get monetization using their own pricing policy, customize the cloud servers without any restrictions because the software 100% Open Source under the MIT License.

+
+
+
+
+
+ Cloud Server v0.1 (Alpha) +
+
+ Latest, community source code. +
+
+
+ Source Code + | + Feedback +
+
+
+
+
+
+
+ + diff --git a/index.html b/index.html index 1342372..eb79b06 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,7 @@