https://github.com/chainsafe/mina-snap
Metamask snap for interacting with mina procotol
https://github.com/chainsafe/mina-snap
metamask metamask-snap mina snap
Last synced: 3 months ago
JSON representation
Metamask snap for interacting with mina procotol
- Host: GitHub
- URL: https://github.com/chainsafe/mina-snap
- Owner: ChainSafe
- License: mit
- Created: 2022-04-22T18:15:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T22:36:08.000Z (almost 3 years ago)
- Last Synced: 2025-10-02T02:53:31.306Z (4 months ago)
- Topics: metamask, metamask-snap, mina, snap
- Language: HTML
- Homepage: https://chainsafe.github.io/mina-snap/
- Size: 7.24 MB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# MinaSnap

Metamask Snap to enable Metamask users to interact with Mina protocol.
## Development
Due to huge build size because of `mina-signer` dependency, Metamask snap evaluation
takes >2mins which makes snap really hard to use. For that reason we created custom Metamask build
without snap evaluation. Solution to this problem is leaner `mina-signer` dependency.
> Plase note you can still use official Metamask Flask from Chrome store but it will be extreamely slow.
Intructions:
1. Install custom build of Metamask Flask for Chrome browser from our repository
- `wget https://github.com/ChainSafe/mina-snap/releases/download/flask-demo/metamask-flask-chrome-10.13.0-flask.0.zip`
- uzinp
- Open Chrome -> Extensions -> Toggle Developer Mode -> Load Unpacked and point it to the extracted extension directory
2. `yarn`
3. `yarn run demo`