/* eslint-disable no-unused-vars */ // / eslint-disable no-unused-vars / // / eslint-disable no-unused-vars /; import { Box, Container, Image, Stack, Text } from "@chakra-ui/react"; import { Fade, Slide, SlideFade, Collapse } from "@chakra-ui/react"; import { useEffect, useRef, useState } from "react"; // import { SubnetPage2 } from "./SubnetPage2"; import cube from "../../assets/images/cube.png"; import stack from "../../assets/images/stackNew.webp"; import { gsap } from "gsap"; import { ScrollTrigger } from "gsap/ScrollTrigger"; import StaticSubnetOne from "./StaticSubs/StaticSubnetOne"; import StaticSubnetTwo from "./StaticSubs/StaticSubnetTwo"; import StaticSubnetThree from "./StaticSubs/StaticSubnetThree"; import StaticSubnetFour from "./StaticSubs/StaticSubnetFour"; const StaticSubNet = () => { return (
decentralised Auto Syncing subnets With Unmatched Privacy and Scalability 01. Decentralisation Rubix Decentralised Identity(DID) issued at L1 is the foundation for building digital ownership enhancing applications. 02. Ultra Scalability Unlike monolithic chains which become centralized and introduce latency to achieve high throughput in the Rubix object chain architecture, where mobile nodes have real time full state data, the network TPS will increase with increase in numbers of nodes. 03. Data Security and Privacy Rubix Decentralised Identity(DID) issued at L1 is the foundation for building digital ownership enhancing applications All In One Composable Stack Single Comprehensive Stack: Full Mobile node SDK, Smart Contracts, DID's, Secondary tokens ( FTs and NFTs) all in one place. High Partition Tolerence: Issues in one shard wont affect other shards performance Fully Deterministic App can bring own Block space ( BYOB ) Unique Token/Object Based Architecture Build unlimited FTs and NFTs all at L1!! Green By The Design 100000 Rubix Transactions consume < 10 kWh < 100000 Visa transactions 51.4 Million RBT Fixed Supply. Hardcapped
); }; export default StaticSubNet;