Skip to content

Commit af0448f

Browse files
authored
Merge pull request #2672 from pyth-network/devhub-boilerplate
Add Developer Hub to monorepo
2 parents 0ddd8eb + 3914dcc commit af0448f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+3402
-345
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ __pycache__
2525
.turbo/
2626
.cursorrules
2727
.corepack
28+
justfile

apps/developer-hub/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.env*.local
2+
.source

apps/developer-hub/.prettierignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.next/
2+
coverage/
3+
node_modules/
4+
*.tsbuildinfo
5+
.env*.local
6+
.env
7+
.DS_Store
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Entropy How-To Guide
3+
description: A placeholder docs page
4+
---
5+
6+
# How To
7+
8+
Build secure smart contracts with provably random numbers from Pyth Entropy. Launch NFTs, games, and other unique experiences that your users trust with seamless UX.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Overview
3+
description: A placeholder landing page
4+
icon: CardsThree
5+
full: true
6+
---
7+
8+
# Secure On-Chain Randomness
9+
10+
Build secure smart contracts with provably random numbers from Pyth Entropy. Launch NFTs, games, and other unique experiences that your users trust with seamless UX.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"root": true,
3+
"title": "Entropy",
4+
"description": "Random numbers for smart contracts",
5+
"icon": "Shuffle",
6+
"pages": ["index", "---Guides---", "how-to-guides"]
7+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Express Relay How-To Guide
3+
description: A placeholder docs page
4+
---
5+
6+
# How To
7+
8+
Integrate directly with searchers to recapture MEV. Go to market faster. Accelerate your protocol's growth.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Overview
3+
description: A placeholder landing page
4+
icon: CardsThree
5+
full: true
6+
---
7+
8+
# Take Back Control with Express Relay
9+
10+
Integrate directly with searchers to recapture MEV. Go to market faster. Accelerate your protocol's growth.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"root": true,
3+
"title": "Express Relay",
4+
"description": "Eliminate MEV",
5+
"icon": "Gavel",
6+
"pages": ["index", "---Guides---", "how-to-guides"]
7+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Lazer How-To Guide
3+
description: A placeholder docs page
4+
---
5+
6+
# How To
7+
8+
Pyth Lazer is a low latency, highly customizable price oracle. It offers a customizable set of price feeds, target chains (EVM or Solana) and channels (real time or fixed rate)

0 commit comments

Comments
 (0)