https://github.com/metamask/ledger-iframe-bridge
https://github.com/metamask/ledger-iframe-bridge
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/metamask/ledger-iframe-bridge
- Owner: MetaMask
- License: isc
- Created: 2024-12-17T08:17:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-13T10:27:23.000Z (8 months ago)
- Last Synced: 2025-06-13T11:31:58.797Z (8 months ago)
- Language: JavaScript
- Size: 12.3 MB
- Stars: 3
- Watchers: 43
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Ledger Iframe Bridge
This repository hosts the Ledger iframe bridge, which is deployed on GitHub Pages.
## Deployment Process
Deployment is managed through a GitHub Actions workflow. Follow these steps to deploy a new version:
1. Merge your branch into `main`.
2. Navigate to the [deployment workflow](https://github.com/MetaMask/ledger-iframe-bridge/actions/workflows/static.yml).
3. Specify a new version and trigger the workflow.
You can also deploy directly from a branch without merging into `main`.

---
⚠ **Warning:**
- There is no folder protection. If you specify an [existing folder name](https://github.com/MetaMask/ledger-iframe-bridge/tree/gh-pages), it will be overwritten.
- There isn't any naming restriction. The only requirement is that value must not be empty.
## After Deployment
- Once the workflow completes, a new folder will be created in the [`gh-pages` branch](https://github.com/MetaMask/ledger-iframe-bridge/tree/gh-pages).
- The deployed version will be available at:
```
https://metamask.github.io/ledger-iframe-bridge/your-version/
```