State of Privacy on Ethereum for Enterprise — Version 1 · April 2026
Cross-institutional report mapping enterprise privacy requirements to Ethereum privacy solutions, published by the Enterprise Ethereum Alliance Privacy Working Group.
- Production: https://entethalliance.github.io/wg-privacy/privacy-report.html
- Local: open
privacy-report.htmlin any browser — no build step, no dependencies. - Branch previews: every branch is auto-deployed to
https://entethalliance.github.io/wg-privacy/staging/<branch-name>/privacy-report.html(see Deployment below).
| File | Description |
|---|---|
privacy-report.html |
Full interactive report (single-file) |
index.html |
Redirect → privacy-report.html |
PRIVACY_REPORT_SOURCE.pdf |
Source PDF |
PRIVACY_REPORT_CONTENT.md |
Extracted report content (Markdown) |
logos/ |
Partner logo assets |
*.png / *.jpg / *.svg |
Hero images, diagrams, and illustrations |
- Dark/light mode toggle
- Sticky sidebar navigation
- Expandable solution cards
- Filterable coverage matrix
- Print stylesheet
- Scroll animations
GitHub Pages is published automatically by .github/workflows/deploy.yml on every push.
| Trigger | Action | Published URL |
|---|---|---|
Push to main |
Deploy to production root | https://entethalliance.github.io/wg-privacy/privacy-report.html |
| Push to any other branch | Deploy to staging path | https://entethalliance.github.io/wg-privacy/staging/<branch-name>/privacy-report.html |
How it works
- Workflow runs on
pushto**(all branches) and usespeaceiris/actions-gh-pages@v4. - The branch name decides the target:
mainwrites to the gh-pages root; everything else writes tostaging/<branch-name>/. keep_files: truepreserves prior deploys, so multiple staging previews can coexist without wiping production.- Source
gh-pagesbranch holds the published artifacts; do not edit it directly.
Editor workflow
- Open a feature branch (e.g.
fix/zksync-edits). - Push — within ~1 minute the staging URL above is live for review.
- Open a PR to
main. After merge, the same workflow republishes production.
CI status: Actions tab.
Content synced from EntEthAlliance/eea-privacy-report.
- Working Group: privacy-wg@entethalliance.org
- Press: press@entethalliance.org