// Crypto & Web3

Blockchain Visualisierungen

BTC Price

$73,420
+2.4%

ETH Price

$3,812
+1.8%

Market Cap

$2.8T
-0.3%

24h Volume

$94.2B
+12.1%

BTC / ETH — 30-Day Chart

Simulated market data

Live Sim

Portfolio Allocation

Diversification

BTC
45%
ETH
30%
SOL
15%
ALT
10%
Block Explorer — Latest Transactions
Mainnet
Tx HashFromToAmountTimeStatus
0x4f3a...8c2b0xA1B2...3C4D0x9F8E...7D6C0.4821 ETH2s agoconfirmed
0x7e1d...3f9a0xF5E4...D3C20xB1A0...9F8E1.2037 ETH14s agoconfirmed
0x2b8c...6d1e0x1234...56780xABCD...EF010.0542 ETH31s agopending
0x9a7f...4e2c0xDEAD...BEEF0xCAFE...BABE12.0000 ETH58s agoconfirmed

// Data & Analytics

Daten visualisieren

Projekt-Performance 2025

Monatlicher Umsatz (aktuell vs. Vorjahr)

2025
2024

Anfragen nach Kategorie

Wöchentlich

Team Skills Matrix

Leonard vs. Janine

Leonard
Janine

// Design System

UI Components

Alle Elemente reagieren auf das aktive Theme.

BUTTONS

FORM ELEMENTS

TypeScript
Dark Mode

BADGES & ALERTS

Next.js 16TypeScriptShopifyOpen Source✓ Deployed

Deployment abgeschlossen. Lighthouse: 98

Bundle size erhöht. Treeshaking empfohlen.

Project Progress73%
deploy.ts
1// Leonard Lenz — TypeScript Example
2interface Project {
3  id: string;
4  client: string;
5  stack: Stack[];
6  lighthouse: number;
7}
8
9async function deployProject(
10  project: Project
11): Promise<void> {
12  const score = await runLighthouse(project);
13  if (score >= 90) {
14    await vercel.deploy({ prod: true });
15    console.log(`✓ Deployed @ score ${score}`);
16  }
17}
Leonard Lenz — Interactive Showroom · Next.js, Three.js & Recharts · Zurück zur Startseite