Skip to content

Instantly share code, notes, and snippets.

View elliot-bitcast's full-sized avatar

Elliot elliot-bitcast

View GitHub Profile
@elliot-bitcast
elliot-bitcast / index.html
Last active February 26, 2026 16:30
Bitcast Reward Curve Explorer
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bitcast Reward Curve Explorer</title>
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.7/dist/chart.umd.min.js"></script>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #0d1117; color: #c9d1d9; padding: 20px; }
@elliot-bitcast
elliot-bitcast / stitch3-graphic-dark.svg
Created February 24, 2026 12:51
Stitch3 hero graphic — dark mode
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@elliot-bitcast
elliot-bitcast / mockup-dashboard.html
Created February 24, 2026 12:27
Bitcast Dashboard Mockup
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bitcast Dashboard — Mockup</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
background: #0d0d0d;