You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A developer-friendly interactive learning environment for exploring the Polkadot API. This playground allows you to experiment with various Polkadot-API operations using real testnet connections without the complexity of setting up a local development environment.
description: "The React Playground for Polkadot. Build, test, and launch dApps instantly with zero-config, community templates, and production-ready exports.",
27
+
icons: {
28
+
icon: '/favicon.svg',
29
+
},
30
+
openGraph: {
31
+
title: "PAPI Simulator: Just Ship It.",
32
+
description: "The React Playground for Polkadot.",
33
+
url: "https://papi-simulator.aipop.fun",
34
+
siteName: "PAPI Simulator",
35
+
images: [
36
+
{
37
+
url: "/og-image-en.svg",
38
+
width: 1200,
39
+
height: 630,
40
+
},
41
+
],
42
+
type: "website",
43
+
},
44
+
twitter: {
45
+
card: "summary_large_image",
46
+
title: "PAPI Simulator: Just Ship It.",
47
+
description: "The React Playground for Polkadot.",
48
+
images: ["/og-image-en.svg"],
49
+
},
26
50
};
27
51
28
52
exportdefaultfunctionRootLayout({
@@ -31,7 +55,7 @@ export default function RootLayout({
0 commit comments