Skip to content

chore: public-launch prep — MIT license, refreshed README, GitHub Pages deploy - #164

Merged
robercano merged 2 commits into
mainfrom
chore/public-launch
Jul 23, 2026
Merged

chore: public-launch prep — MIT license, refreshed README, GitHub Pages deploy#164
robercano merged 2 commits into
mainfrom
chore/public-launch

Conversation

@robercano-ghbot

Copy link
Copy Markdown
Collaborator

What

Everything needed before flipping the repo to public (motivation: GH Actions limits on private repos + serving the website from GitHub Pages at redeploy.thesolidchain.com).

  • LICENSE — MIT, © 2026 Roberto Cano; "license": "MIT" added to the root and all 8 package manifests.
  • README — rewritten for the current feature set: CLI (redeploy command), multi-network deploys, value-read config args, address-book export, two-layer verification, website link, quick start, packages table, license section.
  • apps/website/public/CNAME — restored (redeploy.thesolidchain.com) for the GitHub Pages deploy.
  • .github/workflows/pages.yml — Actions-based Pages deploy of the website build on pushes to main (second commit; requires a workflow-scoped push — the owner pushes it from an external terminal, after which this PR updates automatically).

Pre-public secret audit (full history, 258 commits)

  • No API tokens, PATs, PEM/private-key blocks, or provider RPC keys anywhere in history (pattern sweep over git log -p --all).
  • Every private-key hit is a documented test fixture: Anvil's well-known dev key, 0xaaa…/0xbbb…/deadbeef placeholders, FAKE_PRIVATE_KEY.
  • No .env was ever committed; .env.example is placeholder-only.
  • .claude/state/ (loop logs) is untracked; personal-infra references in docs are domain names only (no tunnel credentials or IDs).

🤖 Generated with Claude Code

robercano and others added 2 commits July 23, 2026 09:26
- LICENSE: MIT (c) 2026 Roberto Cano
- README: refreshed for the current feature set (CLI, multi-network,
  value-read config args, address-book export, website) + license section
- license: MIT field added to root and all package manifests
- apps/website/public/CNAME restored for the GitHub Pages deploy

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…com)

Actions-based Pages deploy of apps/website's Vite build on pushes to main,
mirroring the thesolidchain.com pattern. Reuses the adapter-driven setup action.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@robercano
robercano merged commit 93644a0 into main Jul 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants