Echoes RustChain Bridge
March 8, 2026 · View on GitHub
Holding code for the
Echoes from the Silicon Age paper:
- stages corrected paper artifacts for publication
- generates SHA-256 fixity and a canonical manifest
- builds a RustChain-ready attestation payload (optional submit)
- prepares inputs you can reuse in a Grok article
Quick Start
cd /home/scott/echoes-rustchain-bridge
python3 bridge_echoes.py prepare
This creates:
artifacts/echoes_silicon_age_paper.pdfartifacts/silicon_stratigraphy_figure.pngmanifest/paper_manifest.jsonmanifest/hashes.sha256rustchain/attest_payload.sample.jsonrustchain/submit_attestation.shgrok_article_inputs.md
Optional: Submit Anchor Payload to RustChain
Safe default is dry-run. To actually submit:
python3 bridge_echoes.py submit-rustchain --execute
Response is saved to rustchain/attest_response.json.
Optional: Push to GitHub (Manual)
git init
git add .
git commit -m "Add Echoes paper bridge artifacts and RustChain payload template"
git branch -M main
git remote add origin https://github.com/<your-user>/<repo>.git
git push -u origin main
JCAA 2026 Package
A full archaeology-focused submission package with reproducible validation and RustChain anchoring is included at:
jcaa_2026-02-19/
This includes:
- updated manuscript (
.tex+.pdf) - deterministic and real-LLM validation outputs
- rerun protocol
- Grok reviewer packet
- RustChain attestation payload/response and hash receipt