Enterprise Blockchain Infrastructure
Building the Future of Digital Finance
Website • Products • Features • Tech Stack
Distributed Ledger Technologies (DLT) is a blockchain infrastructure company founded in 2020, providing institutional-grade solutions for governments, defense, and global finance. We build critical infrastructure for the digital asset economy.
- Integrity - Unwavering commitment to ethical conduct
- Service Before Self - Prioritizing mission and stakeholders
- Excellence in All We Do - Relentless pursuit of quality
| Product | Description |
|---|---|
| MacMetal Miner | Native Metal GPU Bitcoin miner for Apple Silicon |
| Echelon | The Sovereign Cash Protocol for offline digital payments |
| HydroDollar | Experimental post-petrodollar tokenomics |
| Ayedex | Bitcoin mining pool infrastructure |
| Cora | Bitcoin Wallet for the Lightning Network |
| Knexcoin | Proof-of-Bandwidth layer 1 blockchain |
- ⚡ High Performance - Optimized loading with minimal dependencies
- 🌐 Interactive 3D Globe - Three.js powered visualization with financial nodes
- 📱 Fully Responsive - Mobile-first design across all devices
- 🎨 Cyberpunk Aesthetic - Dark theme with cyan/green neon accents
- 🔍 SEO Optimized - Complete meta tags, Open Graph, Twitter Cards
- 📊 Analytics Ready - Google Analytics 4 integration
- 🔒 Security First - Modern web security practices
- Three.js animated backgrounds and globe visualizations
- CSS Grid and Flexbox layouts
- Custom animations and transitions
- Form handling with validation
- Responsive navigation with mobile menu
- Lazy loading for performance
- HTML5 - Semantic markup
- CSS3 - Custom properties, Grid, Flexbox, animations
- JavaScript - Vanilla ES6+
- Three.js - 3D graphics and WebGL
- TopoJSON - Geographic data visualization
- Google Fonts - Space Grotesk, Space Mono
| Page | Description |
|---|---|
index.html |
Homepage with hero, products, and features |
about.html |
Company mission, vision, values with 3D globe |
careers.html |
Job listings and application portal |
contact.html |
Contact form and company information |
sitemap.html |
Site navigation overview |
404.html |
Custom error page |
├── index.html # Homepage
├── about.html # About Us page
├── careers.html # Careers page
├── contact.html # Contact page
├── sitemap.html # Sitemap page
├── 404.html # Error page
├── og-image.png # Open Graph image (1200x630)
├── twitter-image.png # Twitter Card image (1200x630)
├── favicon-512.png # Large favicon
├── favicon-192.png # Android Chrome favicon
├── favicon-32x32.png # Standard favicon
├── favicon-16x16.png # Small favicon
├── apple-touch-icon.png # iOS home screen icon (180x180)
├── site.webmanifest # PWA manifest
├── sitemap.xml # XML sitemap for search engines
├── robots.txt # Search engine directives
└── fonts/
└── ethnocentric.otf # Custom display font
-
Clone the repository:
git clone https://github.com/SystemThreat/dlt-website.git cd dlt-website -
Serve locally (any static server):
# Using Python python -m http.server 8000 # Using Node.js npx serve # Using PHP php -S localhost:8000
-
Open
http://localhost:8000in your browser
The site is static HTML and can be deployed to any hosting provider:
- GitHub Pages - Push to
gh-pagesbranch - Netlify - Connect repository for auto-deploy
- Vercel - Import project for instant deployment
- AWS S3 - Static website hosting
- Cloudflare Pages - Edge deployment
Analytics tracking is configured with ID G-CSZ00L6ZXV. To use your own:
- Replace the measurement ID in all HTML files:
<script async src="https://www.googletagmanager.com/gtag/js?id=YOUR-ID"></script>
Update Open Graph and Twitter images:
- Replace
og-image.pngandtwitter-image.png - Recommended dimensions: 1200×630 pixels
- Update meta tags if URLs change
The contact form uses Formspree. To configure:
- Create a Formspree account
- Update the form action URL in
contact.html
- Meta titles and descriptions
- Open Graph tags (Facebook, LinkedIn)
- Twitter Card tags
- Canonical URLs
- Robots meta tags
- XML Sitemap
- Robots.txt
- Schema.org markup
- Mobile responsive
- Fast loading
- HTTPS ready
| Browser | Support |
|---|---|
| Chrome | ✅ Full |
| Firefox | ✅ Full |
| Safari | ✅ Full |
| Edge | ✅ Full |
| Opera | ✅ Full |
| IE 11 | ❌ Not supported |
- Lighthouse Performance: 90+
- First Contentful Paint: < 1.5s
- Time to Interactive: < 3s
- Cumulative Layout Shift: < 0.1
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit changes (
git commit -m 'Add amazing feature') - Push to branch (
git push origin feature/amazing-feature) - Open a Pull Request
© 2020-2026 Distributed Ledger Technologies. All rights reserved.
- Website: distributedledgertechnologies.com
- Email: [email protected]
- GitHub: @SystemThreat
Built with 💎 by DLT