🔄 Recursive Assets
Create reusable assets like CSS, images, and components that can be referenced across inscriptions
🎨
Reusable Assets
Inscribe CSS, images, and components once, reference them everywhere
🔗
Recursive References
Use ord://inscription_id
to reference assets in other inscriptions
📦
Asset Bundles
Create bundles of related assets for efficient organization
🔄 Recursive Assets
Create reusable assets that can be referenced in other inscriptions
Loading assets...
How Recursive Assets Work
1. Create an Asset
CSS Asset:
body {
background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
font-family: 'Arial', sans-serif;
}
2. Reference in Inscriptions
HTML Inscription:
<link rel="stylesheet" href="ord://abc123..." />
<h1>My Beautiful Inscription</h1>
💡 Benefits
- • Save Space: Inscribe assets once, use everywhere
- • Consistency: Maintain uniform styling across inscriptions
- • Efficiency: Reduce inscription costs and time
- • Modularity: Build complex inscriptions from simple components
Supported Asset Types
🎨
CSS
Stylesheets for consistent design
🖼️
IMAGE
SVG images and graphics
🧩
COMPONENT
Reusable HTML components
⚡
SCRIPT
JavaScript functionality
🔤
FONT
Custom typography
🎵
AUDIO
Sound and music files
🎬
VIDEO
Video content