/* eslint-disable no-unused-vars */ import { Box, Image, ListItem, Text, UnorderedList } from "@chakra-ui/react"; import cube from "../../assets/images/cube.png"; import MobileSubnet2 from "./MobileSubnet2"; import MobileSubnet3 from "./MobileSubnet3"; import "swiper/css"; import "swiper/css/pagination"; import "swiper/css/navigation"; import { Navigation, Pagination, Autoplay } from "swiper/modules"; import { Swiper, SwiperSlide } from "swiper/react"; const MobileSubnet = () => { return ( <> {/* Subnet1 */} decentralised Auto Syncing subnets {/* */} P2P Only L1 powering full mobile nodes Mobile nodes with full state data will settle P2P . Consensus provided by nearby node validators. High scalability, Partition tolerance and portability Self Sovereign Permissioned subnets with no oracles and
{" "} intermediaries
INo block space ransom Zero risk of transactions being blocked out of
chain.
Easier Leverage own infrastructure for block space Smart contracts in Rust , GoLang and C/C++ WASM compiler for smooth code migration cheaper No GAS fees Incremental and modular infrastructure ask No expensive re training of development
resources
); }; export default MobileSubnet;