From 5264d83c7eff51324b28194a8dc11c0be251e5f1 Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Tue, 26 Aug 2025 16:59:09 -0400 Subject: [PATCH] feat: New home landing page --- components/icons/ProductIcons.tsx | 5 ++ pages/home/index.mdx | 133 ++++++++++++++++++++++++++---- 2 files changed, 124 insertions(+), 14 deletions(-) diff --git a/components/icons/ProductIcons.tsx b/components/icons/ProductIcons.tsx index f21a7221..7e8f755e 100644 --- a/components/icons/ProductIcons.tsx +++ b/components/icons/ProductIcons.tsx @@ -8,6 +8,7 @@ import { FileText, Clock, ArrowsOutCardinal, + DiceSixIcon, } from "@phosphor-icons/react"; export function BarChartIcon() { @@ -41,3 +42,7 @@ export function ClockIcon() { export function MultiChainIcon() { return ; } + +export function DiceIcon() { + return ; +} diff --git a/pages/home/index.mdx b/pages/home/index.mdx index 62c8d51c..e81ecdf8 100644 --- a/pages/home/index.mdx +++ b/pages/home/index.mdx @@ -1,20 +1,125 @@ -# Introduction +import { ProductCard } from "../../components/ProductCard"; +import { + BarChartIcon, + ClockIcon, + LightningIcon, + MultiChainIcon, + ShieldIcon, + CodeIcon, + GlobeIcon, + DiceIcon, +} from "../../components/icons/ProductIcons"; -Pyth Network is an oracle protocol that connects the owners of market data to applications on multiple blockchains. -Pyth's market data is contributed by over [120+ first-party publishers](https://insights.pyth.network/publishers?utm_source=docs), including some of the biggest exchanges and market making firms in the world. -[Over 550 protocols](https://defillama.com/oracles/Pyth) trust Pyth to secure their applications. +# Welcome to Pyth Network -Pyth Network offers several products for developers: +Pyth Network is the leading oracle protocol that connects the owners of market data to applications on multiple blockchains. Our market data is contributed by over [120+ first-party publishers](https://insights.pyth.network/publishers?utm_source=docs), including some of the biggest exchanges and market making firms in the world. [Over 250 protocols](https://defillama.com/oracles/Pyth) trust Pyth to secure their applications. -- [Price Feeds](../price-feeds) provide **real-time and historical prices** for [2000+ assets](https://insights.pyth.network/price-feeds?utm_source=docs) on [100+ blockchain ecosystems](../price-feeds/contract-addresses), including Solana, many EVM chains, - Aptos, Sui, NEAR, and several Cosmos chains. -- [Lazer](../lazer) provides low-latency, highly customizable price feeds on Solana and EVM chains. -- [Express Relay](../express-relay/) enables protocols to eliminate their MEV while gaining access to active searchers and liquidators. -- [Entropy](../entropy) allows developers to generate secure random numbers on the blockchain. +## Our Products -Please follow the links above to learn about each product and how to integrate them into your application. +
+ } + title="Price Feeds" + description="Real-time, high-fidelity market data for smart contracts with sub-second latency." + features={[ + { icon: , text: "Real-time price feeds" }, + { icon: , text: "2000+ assets" }, + { icon: , text: "100+ blockchains" } + ]} + ctaText="Explore Price Feeds" + href="../price-feeds" + /> -Other useful links may be: +{" "} -- [Pyth Token](home/pyth-token) -- Learn more about the Pyth governance token PYTH. -- [Pyth Metrics](home/metrics) -- See metrics of the network's adoption and growth. +} + title="Lazer" + description="High-performance, low-latency price feeds for institutional applications." + features={[ + { icon: , text: "Ultra-low latency" }, + { icon: , text: "Institutional grade" }, + { icon: , text: "High-frequency data" }, + ]} + ctaText="Learn About Lazer" + href="../lazer" +/> + +{" "} + +} + title="Express Relay" + description="Eliminate MEV while gaining access to active searchers and liquidators." + features={[ + { icon: , text: "MEV protection" }, + { icon: , text: "Active searchers" }, + { icon: , text: "Multi-chain support" }, + ]} + ctaText="Explore Express Relay" + href="../express-relay" +/> + + } + title="Entropy" + description="Generate secure random numbers on the blockchain for your applications." + features={[ + { icon: , text: "Cryptographically secure" }, + { icon: , text: "Real-time generation" }, + { icon: , text: "Multi-chain support" } + ]} + ctaText="Learn About Entropy" + href="../entropy" + /> +
+ +## Quick Start + +Get started with Pyth Network by exploring our comprehensive documentation: + +- **[Price Feeds Getting Started](../price-feeds/getting-started)** - Integrate real-time price data +- **[Lazer Documentation](../lazer)** - High-performance price feeds +- **[Express Relay Integration](../express-relay)** - Better orderflow mechanism to eliminate MEV +- **[Entropy Implementation](../entropy)** - Secure randomness generation + +## Additional Resources + +
+
+

PYTH Token

+

Learn about the Pyth governance token and its role in the network.

+ Learn More → +
+ +{" "} + +
+

Oracle Integrity Staking

+

+ Understand how staking ensures data quality and network security. +

+ + Learn More → + +
+ +
+

Network Metrics

+

Track the network's adoption, growth, and performance metrics.

+ Learn More → +
+
+ +## Developer Resources + +- **[Contract Addresses](../price-feeds/contract-addresses)** - Find deployment addresses across all supported chains +- **[Whitepaper](./whitepaper)** - Deep dive into Pyth Network's technical architecture +- **[Security](./security)** - Learn about Pyth's security model and best practices