https://github.com/airgap-it/tezos-metamask-snap
https://github.com/airgap-it/tezos-metamask-snap
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/airgap-it/tezos-metamask-snap
- Owner: airgap-it
- License: apache-2.0
- Created: 2023-02-16T15:09:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T13:22:18.000Z (5 months ago)
- Last Synced: 2025-03-29T01:12:42.438Z (3 months ago)
- Language: TypeScript
- Size: 1.38 MB
- Stars: 5
- Watchers: 6
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.APACHE2
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-metamask-snaps - airgap-it/tezos-metamask-snap - MetaMask Snap proof-of-concept to add Tezos support (Snaps)
README
[](https://www.npmjs.com/package/tezos-metamask-snap)
[](https://github.com/airgap-it/tezos-metamask-snap/wiki)
[](https://sonarcloud.io/summary/new_code?id=airgap-it_tezos-metamask-snap)
[](https://snyk.io/test/github/airgap-it/tezos-metamask-snap/)# Tezos Wallet Snap
The Tezos Wallet Snap is a MetaMask extension that adds Tezos functionality to MetaMask, such as address generation and transaction signing.
Visit https://metamask.tezos.com to interact with the Snap.
## Development
Install the dependencies
```shell
yarn install
```Build and start the local development server
```bash
yarn start
```The example dApp to interact with the Snap is available at `http://localhost:8000`.
## Using the Snap
The production snap is available as Snap `npm:tezos-metamask-snap`.
Visit https://metamask.tezos.com to interact with the Snap.