title |
---|
Open Source Projects |
import { LandingContainer, Button, Box, FlexSection, Flex, Jumbotron, ThinTile, WideTile, Emphasis, H1, H2, SectionHeader, NavBar, } from '@redocly/developer-portal/ui'; import { Header1, Header2, TileText } from "./components";
import heroImage from './images/heroimg.png'; import bookManagementIcon from './images/book-management.svg';
export default LandingContainer;
<Jumbotron pb="8.5em" bgImage={heroImage} height="350px" width="3440px" bgColor="white" textColor="black"
Open Source Projects Explore open source projects currently in development.
<Box p={{ _: "8px", sm: "12px", md: "16px", lg: "24px" }}>
<WideTile
style={{ height: "284px"}}
to="docs/xls-33d-multi-purpose-tokens/index.md"
header="Multi-purpose Tokens"
color="#141A1F"
textAlign="left"
disableArrow
>
Multi-purpose tokens (MPTs) are a more compact and flexible type of fungible token.
<div style={{ bottom: "36px", position: "absolute"}}>
<Button style={{
padding: "8px 16px",
borderRadius: "20px",
fontSize: "14px",
lineHeight: "20px",
color: "#FFFFFF",
background: "#005BCC",
}}>
Go to Docs
<WideTile
style={{ height: "284px"}}
to="docs/xls-56d-batch-transactions/index.md"
header="Batch Transactions"
color="#141A1F"
textAlign="left"
disableArrow
>
Prepare and submit up to 8 transactions in a single batch.
<div style={{ bottom: "36px", position: "absolute"}}>
<Button style={{
padding: "8px 16px",
borderRadius: "20px",
fontSize: "14px",
lineHeight: "20px",
color: "#FFFFFF",
background: "#005BCC",
}}>
Go to Docs